[XFS] fix non-smp xfs build
authorEric Sandeen <sandeen@sandeen.net>
Tue, 29 Apr 2008 02:53:00 +0000 (12:53 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Tue, 29 Apr 2008 05:58:00 +0000 (15:58 +1000)
commit7155054c9d8b5974f6e788b46939b419bd5fb020
tree2088b75e8a1fa9c3b55c6d6dca98907219f10986
parent18d18208daced52123de9ba0808447058d3442d8
[XFS] fix non-smp xfs build

xfs_reserve_blocks() calls xfs_icsb_sync_counters_locked(), which is not
defined if !CONFIG_SMP/!HAVE_PERCPU_SB

SGI-PV: 976035
SGI-Modid: xfs-linux-melb:xfs-kern:30991a

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_mount.h