Re: Where's the create() pointer?

2008-01-19 Thread Justin Banks
Trond Myklebust wrote > > On Sat, 2008-01-19 at 12:02 -0700, Justin Banks wrote: > > Trond Myklebust wrote > > > > > > On Sat, 2008-01-19 at 08:07 -0700, Justin Banks wrote: > > > > It's probably been this way for a long time, and I'm just noticing, but > > > > I can't seem to find the create() (

Re: Where's the create() pointer?

2008-01-19 Thread Trond Myklebust
On Sat, 2008-01-19 at 12:02 -0700, Justin Banks wrote: > Trond Myklebust wrote > > > > On Sat, 2008-01-19 at 08:07 -0700, Justin Banks wrote: > > > It's probably been this way for a long time, and I'm just noticing, but > > > I can't seem to find the create() (among others) pointer for NFS > > >

Re: Where's the create() pointer?

2008-01-19 Thread Justin Banks
Trond Myklebust wrote > > On Sat, 2008-01-19 at 08:07 -0700, Justin Banks wrote: > > It's probably been this way for a long time, and I'm just noticing, but > > I can't seem to find the create() (among others) pointer for NFS > > filesystems. > > > > Specifically, If I look at sb->s_root->d_inod

Re: Where's the create() pointer?

2008-01-19 Thread Trond Myklebust
On Sat, 2008-01-19 at 08:07 -0700, Justin Banks wrote: > It's probably been this way for a long time, and I'm just noticing, but > I can't seem to find the create() (among others) pointer for NFS filesystems. > > Specifically, If I look at sb->s_root->d_inode->i_op there's no create > there. How

Where's the create() pointer?

2008-01-19 Thread Justin Banks
It's probably been this way for a long time, and I'm just noticing, but I can't seem to find the create() (among others) pointer for NFS filesystems. Specifically, If I look at sb->s_root->d_inode->i_op there's no create there. How do I find it? I'm guessing that the ability to share mount structu