linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] cifs: fix "Busy inodes after umount" issues (try #2)
@ 2010-05-24 13:55 Jeff Layton
  2010-05-24 13:55 ` [PATCH 1/2] cifs: move cifs_new_fileinfo call out of cifs_posix_open Jeff Layton
  2010-05-24 13:55 ` [PATCH 2/2] cifs: pass instantiated filp back after open call Jeff Layton
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Layton @ 2010-05-24 13:55 UTC (permalink / raw)
  To: linux-cifs-client; +Cc: linux-fsdevel, sjayaraman

This is the second attempt at a patchset to fix a recent outbreak of
"Busy inodes after umount" issues with cifs. The approach is basically
the same.

The first patch in the original set has also been dropped since Al
pointed out that the existing behavior is more clear. The second and
third patches have also been merged since they touch the same areas of
code. Finally a few bugs in the original set have been fixed as well. 

With this set, I've not been able to reproduce any "busy inodes after
umount" issues, but it would be nice to have some extra eyeballs and
testing on this set before it goes in.

Jeff Layton (2):
  cifs: move cifs_new_fileinfo call out of cifs_posix_open
  cifs: pass instantiated filp back after open call

 fs/cifs/cifsproto.h |    1 -
 fs/cifs/dir.c       |   76 +++++++++++++++++++++++++++++---------------------
 fs/cifs/file.c      |   59 +++++++++-------------------------------
 3 files changed, 57 insertions(+), 79 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-24 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24 13:55 [PATCH 0/2] cifs: fix "Busy inodes after umount" issues (try #2) Jeff Layton
2010-05-24 13:55 ` [PATCH 1/2] cifs: move cifs_new_fileinfo call out of cifs_posix_open Jeff Layton
2010-05-24 13:55 ` [PATCH 2/2] cifs: pass instantiated filp back after open call Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).