summaryrefslogtreecommitdiff
path: root/fs/coda
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-01-10 15:20:35 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-10 15:20:35 (GMT)
commit3e25eb9c4bb649acdddb333d10774b640190f727 (patch)
treed51009557e95437dd7b7ef6b0f3a51aacccec743 /fs/coda
parente4e11180dfa545233e5145919b75b7fac88638df (diff)
downloadlinux-fsl-qoriq-3e25eb9c4bb649acdddb333d10774b640190f727.tar.xz
securityfs: fix object creation races
inode needs to be fully set up before we feed it to d_instantiate(). securityfs_create_file() does *not* do so; it sets ->i_fop and ->i_private only after we'd exposed the inode. Unfortunately, that's done fairly deep in call chain, so the amount of churn is considerable. Helper functions killed by substituting into their solitary call sites, dead code removed. We finally can bury default_file_ops, now that the final value of ->i_fop is available (and assigned) at the point where inode is allocated. Reviewed-by: James Morris <jmorris@namei.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/coda')
0 files changed, 0 insertions, 0 deletions