]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda024d9f0cb6262041d8a9dc1c4ccad3cc55ecb6
tree7fed12adf54473131e8b86c0c302c443b1d6a846
parent20d5993bc1c9cae494e1aaad807797304cc69f25
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