/openbmc/linux/fs/btrfs/ |
H A D | uuid-tree.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | root-tree.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | disk-io.h | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | volumes.h | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | relocation.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | super.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | transaction.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ioctl.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | volumes.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.h | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent-tree.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | disk-io.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | inode.c | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | diff 6bccf3ab1e1f0913268bfcd1c09cadb1f4f2857d Tue Jun 21 20:16:51 CDT 2016 Jeff Mahoney <jeffm@suse.com> btrfs: call functions that always use the same root with fs_info instead
There are many functions that are always called with the same root argument. Rather than passing the same root every time, we can pass an fs_info pointer instead and have the function get the root pointer itself.
Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|