[XFS] fix when DMAPI mount option processing happens
authorVlad Apostolov <vapo@sgi.com>
Fri, 14 Sep 2007 05:23:44 +0000 (15:23 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 02:20:39 +0000 (12:20 +1000)
commit574342f4ad450b33bc85ec53210b8aa8bfff2fcf
treed8e6cb9de0ccd485fc1d457a8d573f9f72099240
parent5903c4956f7b429f515ba107d9c04bbbe7ce8f9d
[XFS] fix when DMAPI mount option processing happens
Fix for a regression caused by a recent patch
that moved the DMAPI mount option processing inside xfs_parseargs(). The
DMAPI mount option used to be processed in the DMAPI module loaded before
xfs_parseargs() was invoked.

SGI-PV: 970451
SGI-Modid: xfs-linux-melb:xfs-kern:29683a

Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_vfsops.c