aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_refcache.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-11-03 13:55:06 +1100
committerNathan Scott <nathans@sgi.com>2005-11-03 13:55:06 +1100
commit538524aed09fd2c52094afadf0160cef8954d4c8 (patch)
treea86cea0500990bc2122aa1cc5f881a25a4269fe3 /fs/xfs/xfs_refcache.h
parentde69e5f44ecbf1d9faca4f473f4210473d26cd41 (diff)
[XFS] fix XFS quota for modular XFS builds
Cannot build XFS filesystem support as module with quota support. It works only when the XFS filesystem support is compiled into the kernel. Menuconfig prevents from setting CONFIG_XFS_FS=m and CONFIG_XFS_QUOTA=y. How to reproduce: configure the XFS filesystem with quota support as module. The resulting kernel won't have quota support compiled into xfs.ko. Fix: Changing the fs/xfs/Kconfig file from tristate to bool lets you configure the quota support to be compiled into the XFS module. The Makefile-linux-2.6 checks only for CONFIG_XFS_QUOTA=y. Signed-off-by: Dimitri Puzin <tristan-777@ddkom-online.de> Signed-off-by: Adrian Bunk <bunk@stusta.de> signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_refcache.h')
0 files changed, 0 insertions, 0 deletions