ay without the new TP.
Thank you for investigating this. And sorry for my incompleted panic picture
before that let you detour. :-(
Regards,
Wanlong Gao
>
> Thanks.
>
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message
se include the following tools:
--
Thanks
Best Regards
Wanlong Gao
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Don't need to check the return value of __btrfs_add_inode_defrag(),
since it will always return 0.
Signed-off-by: Wanlong Gao
---
fs/btrfs/file.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index fa4ef18..4a6d190 1
From: Wanlong Gao
Make btrfs_init_compress() return void, since it always return 0,
and no need to check return value.
Signed-off-by: Wanlong Gao
---
fs/btrfs/compression.c |3 +--
fs/btrfs/compression.h |2 +-
fs/btrfs/super.c |7 ++-
3 files changed, 4 insertions(+), 8
From: Wanlong Gao
Make close_ctree() return void since it always return 0, and fix
the return value of btrfs_put_super() to consistent with VFS.
Signed-off-by: Wanlong Gao
---
fs/btrfs/disk-io.c |4 +---
fs/btrfs/disk-io.h |2 +-
fs/btrfs/super.c |5 +
3 files changed, 3
On 08/23/2011 07:43 AM, Tsutomu Itoh wrote:
(2011/08/22 23:22), Wanlong Gao wrote:
From: Wanlong Gao
Make btrfs_init_compress() return void, since it always return 0,
and no need to check return value.
Signed-off-by: Wanlong Gao
---
fs/btrfs/compression.c |3 +--
fs/btrfs/compression.h
Make btrfs_init_compress() return void, since it always return 0,
and no need to check return value.
Signed-off-by: Wanlong Gao
---
fs/btrfs/compression.c |3 +--
fs/btrfs/compression.h |2 +-
fs/btrfs/super.c |7 +++
3 files changed, 5 insertions(+), 7 deletions(-)
diff