commit | 98cd3fb0a2c376f583216ec35f66175a71b2ef67 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jan 12 17:10:55 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jan 12 20:03:43 2011 -0500 |
tree | de6758d61ae9d6241aeca252f28fb906299f1c4b | |
parent | c74a1cbb3cac348f276fabc381758f5b0b4713b2 [diff] |
switch 9p here we actually *want* ->d_op for root; setting it allows to get rid of kludge in v9fs_kill_super() since now we have proper ->d_release() for root and don't need to call it manually. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>