X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fsync.c;h=15aa6f03b2da11e5282c564d8d674374d4882a49;hp=c9f83f480ec55ec751d41021c73c9b3aa8c0b99a;hb=b4ca761577535b2b4d153689ee97342797dfff05;hpb=fa7eadab4b4aec0139d2429e6f8d13375ff8a658 diff --git a/fs/sync.c b/fs/sync.c index c9f83f480ec5..15aa6f03b2da 100644 --- a/fs/sync.c +++ b/fs/sync.c @@ -42,7 +42,7 @@ static int __sync_filesystem(struct super_block *sb, int wait) if (wait) sync_inodes_sb(sb); else - writeback_inodes_sb_locked(sb); + writeback_inodes_sb(sb); if (sb->s_op->sync_fs) sb->s_op->sync_fs(sb, wait);