]> git.baikalelectronics.ru Git - kernel.git/commit
hostfs: remove "will unlock" comment
authorJames Hogan <james.hogan@imgtec.com>
Wed, 27 Mar 2013 10:47:12 +0000 (10:47 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 4 May 2013 19:48:44 +0000 (15:48 -0400)
commit710fd80dd182f28b86730d22b018219b43a3a5c3
tree76efbc7cbd66dcb1fcbd869770900b5ad8eab910
parentc93146d8c3056853980196e007342721f90ae361
hostfs: remove "will unlock" comment

A "will unlock" comment was added to hostfs in the following commit,
along with a spinlock:

Commit c33b41f97d079865036302d6d22551d1b1f2e897 ("hostfs: fix races in
dentry_name() and inode_name()").

But the spinlock was subsequently removed in the following commit:

Commit fe6b8b96f92a84f62411cbd2382b8eacb6ef61bf ("hostfs: simplify
locking").

Since the comment is no longer applicable, remove it.

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Nick Piggin <npiggin@kernel.dk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hostfs/hostfs_kern.c