]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: use dget_parent
authorChristoph Hellwig <hch@infradead.org>
Sun, 10 Oct 2010 09:36:30 +0000 (05:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:26:14 +0000 (21:26 -0400)
commit4d4eb36679adbdd75495e1bbfe7ac40e4ae41dea
treef5cef4647a54e8a65ab518db8edeeea6b7a8652d
parentbe9eee2e8b87e335531a3ae13abb8d26e834c438
fsnotify: use dget_parent

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.

It means we do grab a reference to the parent now if need to be watched,
but not with the specified mask.  If this turns out to be a problem
we'll have to revisit it, but for now let's keep as much as possible
dcache internals inside dcache.[ch].

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/notify/fsnotify.c