fs: name case update method
authorNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:49:26 +0000 (17:49 +1100)
committerNick Piggin <npiggin@kernel.dk>
Fri, 7 Jan 2011 06:50:19 +0000 (17:50 +1100)
commitfb2d5b86aff355a27ebfc132d3c99f4a940cc3fe
tree7fed12adf54473131e8b86c0c302c443b1d6a846
parent2bc334dcc7c77be3700dd443d92a78603f76976b
fs: name case update method

smpfs and ncpfs want to update a live dentry name in-place. Rather than
have them open code the locking, provide a documented dcache API.

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
drivers/staging/smbfs/cache.c
fs/dcache.c
fs/ncpfs/dir.c
include/linux/dcache.h