Bug 30752
Summary: | NFS sillyrenamed files are not being deleted after close | ||
---|---|---|---|
Product: | File System | Reporter: | Jeff Layton (jlayton) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38-rc7 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 27352 |
Description
Jeff Layton
2011-03-08 13:21:36 UTC
Patch : http://git.linux-nfs.org/?p=trondmy/nfs-2.6.git;a=commit;h=674d01f97d0094e8c383f7dbdf0782a304f6348b Handled-By : trond.myklebust@fys.uio.no First-Bad-Commit : 949854d02455080d20cd3e1db28a3a18daf7599d commit 949854d02455080d20cd3e1db28a3a18daf7599d Author: Nick Piggin <npiggin@kernel.dk> Date: Fri Jan 7 17:49:37 2011 +1100 fs: Use rename lock and RCU for multi-step operations Should be fixed by commit c83ce989cb5ff86575821992ea82c4df5c388ebc (VFS: Fix the nfs sillyrename regression in kernel 2.6.38). The patch has been queued for the 2.6.38 stable series. Confirmed. It seems to fix the issue. I think we can go ahead and close this bug. |