commit | 6a7f422d47d4af461704ebb9d7a389d9e59766b2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Apr 22 17:33:40 2008 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Tue Apr 29 15:53:31 2008 +1000 |
tree | c51e1c699c364bbd09d36e2de3609619bac50c0d | |
parent | 4e5dbb3498e74514b9936d691413afc55fb84ea9 [diff] |
[XFS] 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) SGI-PV: 976035 SGI-Modid: xfs-linux-melb:xfs-kern:30898a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>