All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [PATCH]ocfs2-1.2: Add dput for uuid entry.
@ 2008-05-07  6:48 Tao Ma
  2008-05-07  9:14 ` Tao Ma
  0 siblings, 1 reply; 4+ messages in thread
From: Tao Ma @ 2008-05-07  6:48 UTC (permalink / raw)
  To: ocfs2-devel

In ocfs2-1.2, when we mount a device, a debugfs dir will be created 
using its uuid. When 2 devices have the same uuid, after the 1st device 
is mounted, the 2nd one can't be mounted. This is OK. But the problem is 
that the dentry's reference is added. So when the 1st volume is 
umounted, none of these 2 volumes can be mounted then. So this fix 
solves this problem by dputting the entry(Copied from the latest debugfs 
code in Linux kernel).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debugfs.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080507/ffa93e59/attachment.bin 

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

end of thread, other threads:[~2008-05-07 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07  6:48 [Ocfs2-devel] [PATCH]ocfs2-1.2: Add dput for uuid entry Tao Ma
2008-05-07  9:14 ` Tao Ma
2008-05-07  9:23   ` Tao Ma
2008-05-07 18:04     ` Joel Becker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.