VFS: move inode_lock into sync_sb_inodes
authorHans Reiser <reiser@namesys.com>
Wed, 7 May 2008 12:48:57 +0000 (15:48 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 14 Jul 2008 16:10:52 +0000 (19:10 +0300)
commitae8547b0a9e5d718ce272ddc48f91703a0f52a0b
treee7caceb5171ae64c71b575d7fc38bdc319379791
parentbce7f793daec3e65ec5c5705d2457b81fe7b5725
VFS: move inode_lock into sync_sb_inodes

This patch makes 'sync_sb_inodes()' lock 'inode_lock', rather
than expect that the caller will do this.

This change was previously done by Hans Reiser <reiser@namesys.com>
and sat in the -mm tree.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/fs-writeback.c