X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext3%2Fxattr.c;h=f58cbb26323e1ea666d78eba4cb4d3bd4c16490a;hb=ecd27b92fbb41f779d857632a69bd45dbaf0f915;hp=12f7dda1232cb8b17749d6f3e87d6ea77a40bb0c;hpb=eb9c4f2ef7150ea2144b53811d1cf555d8e27f69;p=linux-2.6 diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c index 12f7dda123..f58cbb2632 100644 --- a/fs/ext3/xattr.c +++ b/fs/ext3/xattr.c @@ -495,7 +495,8 @@ ext3_xattr_release_block(handle_t *handle, struct inode *inode, BHDR(bh)->h_refcount = cpu_to_le32( le32_to_cpu(BHDR(bh)->h_refcount) - 1); error = ext3_journal_dirty_metadata(handle, bh); - handle->h_sync = 1; + if (IS_SYNC(inode)) + handle->h_sync = 1; DQUOT_FREE_BLOCK(inode, 1); ea_bdebug(bh, "refcount now=%d; releasing", le32_to_cpu(BHDR(bh)->h_refcount));