linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Btrfs: some cleanups around btrfs_read_fs_root_no_name()
@ 2013-05-13 13:53 Stefan Behrens
  2013-05-13 13:53 ` [PATCH 1/3] Btrfs: delete unused function Stefan Behrens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Behrens @ 2013-05-13 13:53 UTC (permalink / raw)
  To: linux-btrfs

Just some line deletions for callers of btrfs_read_fs_root_no_name().
They repeat the check for btrfs_root_refs() after calling
btrfs_read_fs_root_no_name() and map the error to ENOENT in this case,
and btrfs_read_fs_root_no_name() already does the same for you.
send.c even checked the result for NULL which cannot happen.
And one static inline function in delayed-inode.c that called
btrfs_read_fs_root_no_name() was not at all used anymore.

Stefan Behrens (3):
  Btrfs: delete unused function
  Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL
  Btrfs: cleanup: don't check the same thing twice

 fs/btrfs/delayed-inode.c | 14 --------------
 fs/btrfs/export.c        |  5 -----
 fs/btrfs/file.c          |  4 ----
 fs/btrfs/inode.c         | 10 ----------
 fs/btrfs/ioctl.c         |  5 -----
 fs/btrfs/send.c          |  8 ++------
 fs/btrfs/super.c         |  3 ---
 7 files changed, 2 insertions(+), 47 deletions(-)

-- 
1.8.2.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-13 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 13:53 [PATCH 0/3] Btrfs: some cleanups around btrfs_read_fs_root_no_name() Stefan Behrens
2013-05-13 13:53 ` [PATCH 1/3] Btrfs: delete unused function Stefan Behrens
2013-05-13 13:53 ` [PATCH 2/3] Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL Stefan Behrens
2013-05-13 13:53 ` [PATCH 3/3] Btrfs: cleanup: don't check the same thing twice Stefan Behrens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).