]> git.baikalelectronics.ru Git - kernel.git/commit
get rid of useless dget_parent() in btrfs rename() and link()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 17 Jul 2011 03:09:10 +0000 (23:09 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 21 Jul 2011 00:48:00 +0000 (20:48 -0400)
commitd0c213c812175dcaab0094b2eb5a2b876717b06b
tree9fb29dbfce5e040b2232bca2378e8de13fc13c31
parent679b25fea9ff16e88ef92517866bcff93802403e
get rid of useless dget_parent() in btrfs rename() and link()

->d_parent is locked and stable there...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/btrfs/inode.c