commit | 015c3bbcd88df2305aae5b017a9c91c08b380aa1 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Tue Jun 05 15:10:27 2012 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:33:18 2012 +0400 |
tree | 25f5e936ad16eddda39477a64addb4b54970bbd2 | |
parent | e43ae79c540270865918dab5ac914c74f43101e2 [diff] |
vfs: remove open intents from nameidata All users of open intents have been converted to use ->atomic_{open,create}. This patch gets rid of nd->intent.open and related infrastructure. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>