kill di_mode checks after xfs_iget
Unless XFS_IGET_CREATE is passed xfs_iget will return ENOENT if it
encounters an inode with di_mode == 0. Remove the duplicated checks
in the callers.
(the log recovery case is not touched for now)
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Mon Apr 21 14:57:50 AEST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-hch
Inspected by: hch
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:30898a
fs/xfs/xfs_itable.c - 1.164 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_itable.c.diff?r1=text&tr1=1.164&r2=text&tr2=1.163&f=h
fs/xfs/quota/xfs_qm_syscalls.c - 1.42 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm_syscalls.c.diff?r1=text&tr1=1.42&r2=text&tr2=1.41&f=h
fs/xfs/quota/xfs_qm.c - 1.67 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.c.diff?r1=text&tr1=1.67&r2=text&tr2=1.66&f=h
fs/xfs/linux-2.6/xfs_ioctl.c - 1.164 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ioctl.c.diff?r1=text&tr1=1.164&r2=text&tr2=1.163&f=h
fs/xfs/linux-2.6/xfs_export.c - 1.23 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_export.c.diff?r1=text&tr1=1.23&r2=text&tr2=1.22&f=h
fs/xfs/dmapi/xfs_dm.c - 1.69 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.69&r2=text&tr2=1.68&f=h
- kill di_mode checks after xfs_iget
|