mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Use dget_parent instead of opencoding it. This simplifies the code, but more importanly prepares for the more complicated locking for a parent dget in the dcache scale patch series. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>