Re: [PATCH v1 1/6] added helper functions to iterate backrefs

2011-06-18 Thread Jan Schmidt
Lots of quotation removed. All removed comments accepted. On 16.06.2011 23:24, David Sterba wrote: > On Mon, Jun 13, 2011 at 09:10:34PM +0200, Jan Schmidt wrote: >> +/* >> + * this iterates to turn a btrfs_inode_ref into a full filesystem path. >> elements >> + * of the path are separated by '/'

Re: [PATCH v1 1/6] added helper functions to iterate backrefs

2011-06-16 Thread David Sterba
On Mon, Jun 13, 2011 at 09:10:34PM +0200, Jan Schmidt wrote: > These helper functions iterate back references and call a function for each > backref. There is also a function to resolve an inode to a path in the > file system. > > Signed-off-by: Jan Schmidt > --- > fs/btrfs/Makefile |3 +- >

[PATCH v1 1/6] added helper functions to iterate backrefs

2011-06-13 Thread Jan Schmidt
These helper functions iterate back references and call a function for each backref. There is also a function to resolve an inode to a path in the file system. Signed-off-by: Jan Schmidt --- fs/btrfs/Makefile |3 +- fs/btrfs/backref.c | 461 +