commit | 534bb0c7bdaf7377e84e82f0eb4a9992eaa87fbb | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Apr 14 00:30:15 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 23 15:33:03 2016 -0400 |
tree | 664c088931fa5632419dc44decf4f7925c01282b | |
parent | 45987e006c49728611e41d1fc04ff7cc803959f5 [diff] |
cifs: Fix removexattr for os2.* xattrs If cifs_removexattr finds a "user." or "os2." xattr name prefix, it skips 5 bytes, one byte too many for "os2.". Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>