]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Move noop_backing_dev_info check from sync into writeback
authorJan Kara <jack@suse.cz>
Tue, 3 Jul 2012 14:45:27 +0000 (16:45 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:58:18 +0000 (23:58 +0400)
commit10d7298a412f37ec4498bb6d9645c8263edd40fa
treee0d0762e047d1fae5d7b6ead1214545bcb205f4e
parentb643bc5a242ef1713fdb2404005b9b374209071e
vfs: Move noop_backing_dev_info check from sync into writeback

In principle, a filesystem may want to have ->sync_fs() called during sync(1)
although it does not have a bdi (i.e. s_bdi is set to noop_backing_dev_info).
Only writeback code really needs bdi set to something reasonable. So move the
checks where they are more logical.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fs-writeback.c
fs/sync.c