Home
last modified time | relevance | path

Searched hist:"2 ff7e61e0d30ff166a2ae94575526bffe11fd1a8" (Results 1 – 25 of 38) sorted by relevance

12

/linux/fs/btrfs/
H A Dprint-tree.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Ddev-replace.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Draid56.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Duuid-tree.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Ddelayed-inode.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dinode-item.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dprops.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dfree-space-cache.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dqgroup.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Ddir-item.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dprint-tree.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dxattr.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Droot-tree.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Draid56.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Ddisk-io.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Ddev-replace.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dtransaction.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dfile-item.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Ddelayed-inode.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dextent_io.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dvolumes.hdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dcompression.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dfree-space-cache.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dscrub.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
H A Dsend.cdiff 2ff7e61e0d30ff166a2ae94575526bffe11fd1a8 Thu Jun 23 00:54:24 CEST 2016 Jeff Mahoney <jeffm@suse.com> btrfs: take an fs_info directly when the root is not used otherwise

There are loads of functions in btrfs that accept a root parameter
but only use it to obtain an fs_info pointer. Let's convert those to
just accept an fs_info pointer directly.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>

12