Re: [PATCH 3/7] shared subtree

2005-07-27 Thread Ram Pai
On Wed, 2005-07-27 at 12:13, Miklos Szeredi wrote: > > @@ -54,7 +55,7 @@ static inline unsigned long hash(struct > > > > struct vfsmount *alloc_vfsmnt(const char *name) > > { > > - struct vfsmount *mnt = kmem_cache_alloc(mnt_cache, GFP_KERNEL); > > + struct vfsmount *mnt = kmem_cache_allo

Re: [PATCH 3/7] shared subtree

2005-07-27 Thread Miklos Szeredi
> @@ -54,7 +55,7 @@ static inline unsigned long hash(struct > > struct vfsmount *alloc_vfsmnt(const char *name) > { > - struct vfsmount *mnt = kmem_cache_alloc(mnt_cache, GFP_KERNEL); > + struct vfsmount *mnt = kmem_cache_alloc(mnt_cache, GFP_KERNEL); > if (mnt) { >