On Thu, Oct 25, 2012 at 11:26:14AM -0400, Aristeu Rozanski wrote: > The way this function was written is confusing and already caused problems. > Rewriting it to be easier to understand and maintain. > > Cc: Tejun Heo <[email protected]> > Cc: Li Zefan <[email protected]> > Cc: Al Viro <[email protected]> > Signed-off-by: Aristeu Rozanski <[email protected]> > > --- > fs/xattr.c | 124 > +++++++++++++++++++++++++++++++++++++------------------------ > 1 file changed, 76 insertions(+), 48 deletions(-) > > Index: github/fs/xattr.c > =================================================================== > --- github.orig/fs/xattr.c 2012-10-23 16:02:41.155857391 -0400 > +++ github/fs/xattr.c 2012-10-25 11:17:15.118197552 -0400 > @@ -842,55 +842,46 @@ > return ret; > } >
Looks good to me Reviewed-by: Carlos Maiolino <[email protected]> -- --Carlos -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

