]> git.baikalelectronics.ru Git - kernel.git/commit
CacheFiles: name i_mutex lock class explicitly
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 10 May 2013 18:50:25 +0000 (19:50 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 19 Jun 2013 13:16:47 +0000 (14:16 +0100)
commit30299a6a87472d7c8b546dbccede7ab071cfc11b
treeeacf3cbadd5fe5037b35f5b260cba7649a3d2ba8
parent67f2e9e2963c0f5e69722e97940d0db6e0b8960e
CacheFiles: name i_mutex lock class explicitly

Just some cleanup.

(And note the caller of this function may, for example, call vfs_unlink
on a child, so the "1" (I_MUTEX_PARENT) really was what was intended
here.)

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-By: Milosz Tanski <milosz@adfin.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
fs/cachefiles/namei.c