Re: [PATCH] reiserfs: propagate errors from fill_with_dentries properly

2018-09-03 Thread Jann Horn
On Thu, Aug 2, 2018 at 6:33 PM Jann Horn wrote: > > fill_with_dentries() failed to propagate errors up to > reiserfs_for_each_xattr() properly. Plumb them through. > > Note that reiserfs_for_each_xattr() is only used by > reiserfs_delete_xattrs() and reiserfs_chown_xattrs(). > The result of reiser

[PATCH] reiserfs: propagate errors from fill_with_dentries properly

2018-08-02 Thread Jann Horn
fill_with_dentries() failed to propagate errors up to reiserfs_for_each_xattr() properly. Plumb them through. Note that reiserfs_for_each_xattr() is only used by reiserfs_delete_xattrs() and reiserfs_chown_xattrs(). The result of reiserfs_delete_xattrs() is discarded anyway, the only difference th