public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* TAKE 981875 - xfs_dm_rdwr() needs to pass a vfsmount to dentry_open()
@ 2008-05-16  4:57 Lachlan McIlroy
  2008-05-16  5:10 ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: Lachlan McIlroy @ 2008-05-16  4:57 UTC (permalink / raw)
  To: sgi.bugs.xfs, xfs

xfs_dm_rdwr() needs to pass a vfsmount to dentry_open()

We need a vfsmount pointer in xfs_dm_rdwr() but we are not
provided with one and there's no way to get to it.  So add
a m_vfsmount field to the xfs_mount structure and set it
up at mount time.  We can then access it through the xfs
inode.

Date:  Fri May 16 14:56:46 AEST 2008
Workarea:  redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-bmap
Inspected by:  dgc
Author:  lachlan

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:31176a
fs/xfs/xfs_mount.h - 1.266 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.266&r2=text&tr2=1.265&f=h
fs/xfs/linux-2.6/xfs_super.c - 1.417 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.417&r2=text&tr2=1.416&f=h
	- Set up a vfsmount pointer in the xfs mount structure.

fs/xfs/dmapi/xfs_dm.c - 1.73 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.73&r2=text&tr2=1.72&f=h
	- xfs_dm_rdwr() needs to pass a vfsmount to dentry_open()

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

end of thread, other threads:[~2008-07-28  6:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16  4:57 TAKE 981875 - xfs_dm_rdwr() needs to pass a vfsmount to dentry_open() Lachlan McIlroy
2008-05-16  5:10 ` Christoph Hellwig
2008-05-20  6:43   ` Christoph Hellwig
2008-05-26  6:02     ` Niv Sardi
2008-07-26 16:30     ` Christoph Hellwig
2008-07-28  6:11       ` Niv Sardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox