[PATCH 0/11] btrfs: misc fixes and cleanups

2013-01-30 Thread Eric Sandeen
A handful of fixes from looking at Coverity static checker
results, and the surrounding code.  Of varying severity,
but all worthwhile I hope.

Full disclosure: compile-tested only, but nothing too crazy
in here I think.

Thanks,
-Eric

[PATCH 01/11] btrfs: remove unused fd in btrfs_ioctl_send()
[PATCH 02/11] btrfs: list_entry can't return NULL
[PATCH 03/11] btrfs: remove unused fs_info from btrfs_decode_error()
[PATCH 04/11] btrfs: handle null fs_info in btrfs_panic()
[PATCH 05/11] btrfs: annotate intentional switch case fallthroughs
[PATCH 06/11] btrfs: add missing break in btrfs_print_leaf()
[PATCH 07/11] btrfs: fix varargs in __btrfs_std_error
[PATCH 08/11] btrfs: remove unused item in btrfs_insert_delayed_item()
[PATCH 09/11] btrfs: remove unnecessary DEFINE_WAIT() declarations
[PATCH 10/11] btrfs: ensure we don't overrun devices_info[] in 
__btrfs_alloc_chunk
[PATCH 11/11] btrfs: don't try to notify udev about missing devices
--
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


Re: [PATCH 0/11] btrfs: misc fixes and cleanups

2013-01-30 Thread Zach Brown
On Wed, Jan 30, 2013 at 06:54:51PM -0600, Eric Sandeen wrote:
 A handful of fixes from looking at Coverity static checker
 results, and the surrounding code.  Of varying severity,
 but all worthwhile I hope.
 
 Full disclosure: compile-tested only, but nothing too crazy
 in here I think.

Yeah, this all seems pretty reasonable to me.

Signed-off-by: Zach Brown z...@redhat.com

- z
--
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