search for: 892b347

Displaying 1 result from an estimated 1 matches for "892b347".

Did you mean: 8923,7
2012 May 22
1
warnings met in introduce extent buffer cache for each i-node patch
...trfs@vger.kernel.org/msg14930.html However, I ran into a lot of warnings (see the dmesg below). Wonder if you have a more up to date version of this patch? In addition, I have to do this modification to fix a warning in your original patch. diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 892b347..e0210c9 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -4608,7 +4613,7 @@ fail_dir_item: int err; err = btrfs_del_inode_ref(trans, root, name, name_len, - ino, parent_ino, &local_index); +...