X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fsync.c;h=228e17b5e9ee911c2c2f58b4090e33b96954ff23;hp=7cd005ea76390f385dc85af2c11e8121b6b4dd69;hb=e89e896d31b11a51a54ddcd3f72a76bd286dd86c;hpb=e8b495fe09bc793ae26774e7b2667f7f658d56e2 diff --git a/fs/sync.c b/fs/sync.c index 7cd005ea7639..228e17b5e9ee 100644 --- a/fs/sync.c +++ b/fs/sync.c @@ -64,7 +64,7 @@ int file_fsync(struct file *filp, struct dentry *dentry, int datasync) /* sync the superblock to buffers */ sb = inode->i_sb; lock_super(sb); - if (sb->s_op->write_super) + if (sb->s_dirt && sb->s_op->write_super) sb->s_op->write_super(sb); unlock_super(sb);