]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kill struct filename.separate
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 23 Feb 2015 01:07:13 +0000 (20:07 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 24 Mar 2015 21:19:16 +0000 (17:19 -0400)
commitb2ddab0e5324aec11620666eccc4f0ff64802131
treeeaf0bf2121e959bc4cf2cc51c77d7a4dad15ae88
parent6e8a1f8741d6f1179cb3b03991caeac9e4bfd9e2
kill struct filename.separate

just make const char iname[] the last member and compare name->name with
name->iname instead of checking name->separate

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
include/linux/fs.h