link(2) on directory is banned in VFS.
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Date: Tue Jun 20 17:13:34 AEST 2006
Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux
Inspected by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb
Modid: xfs-linux-melb:xfs-kern:26293a
xfs_vnodeops.c - 1.680 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.680&r2=text&tr2=1.679&f=h
- link(2) on directory is banned in VFS.
* There is trivial "inode => vnode => inode" conversion, but only flags and
mode of final inode are looked at. Pass original inode instead.
* Two occurences of bhv_vnode_t go out.
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Date: Wed Jun 21 10:55:23 AEST 2006
Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux
Inspected by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb
Modid: xfs-linux-melb:xfs-kern:26298a
linux-2.6/xfs_vnode.h - 1.124 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vnode.h.diff?r1=text&tr1=1.124&r2=text&tr2=1.123&f=h
- * There is trivial "inode => vnode => inode" conversion, but only
flags and
mode of final inode are looked at. Pass original inode instead.
* Two occurences of bhv_vnode_t go out.
remove unused behaviour lock - shrink XFS vnode as a side effect.
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Date: Wed Jun 21 10:59:08 AEST 2006
Workarea: chook.melbourne.sgi.com:/build/nathans/xfs-linux
Inspected by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/xfs-kern/xfs-linux-melb
Modid: xfs-linux-melb:xfs-kern:26299a
xfs_behavior.h - 1.21 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_behavior.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h
- remove unused behaviour lock - shrink XFS vnode as a side effect.
|