Displaying 1 result from an estimated 1 matches for "d146dde".
Did you mean:
c8146dde
2010 Mar 15
1
[PATCH 1/2] Btrfs: remove bad fsync transaction check
...ny user transaction ioctl users should be careful to avoid fsync() and
close out the transaction explicitly.
Signed-off-by: Sage Weil <sage@newdream.net>
---
fs/btrfs/file.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index d146dde..2e6404f 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -1097,12 +1097,6 @@ int btrfs_sync_file(struct file *file, struct dentry *dentry, int datasync)
}
mutex_unlock(&root->fs_info->trans_mutex);
- /*
- * ok we haven''t committed the transaction yet, lets do a commi...