Home
last modified time | relevance | path

Searched hist:"2 fbe8c8a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dioctl.c2fbe8c8a Sat Jul 16 20:38:06 CDT 2011 Al Viro <viro@zeniv.linux.org.uk> get rid of useless dget_parent() in fs/btrfs/ioctl.c

both callers there have dentry->d_parent stabilized by the fact that
their caller had obtained dentry from lookup_one_len() and had not
dropped ->i_mutex on parent since then.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>