[XFS] getattr can return an error code, so propogate any from lower
[powerpc.git] / fs / xfs / xfs_inode.h
index 39ef9c3..3b544db 100644 (file)
@@ -189,6 +189,7 @@ typedef struct xfs_ihash {
  */
 typedef struct xfs_chashlist {
        struct xfs_chashlist    *chl_next;
+       struct xfs_chashlist    *chl_prev;
        struct xfs_inode        *chl_ip;
        xfs_daddr_t             chl_blkno;      /* starting block number of
                                                 * the cluster */