]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_inode.h
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6] / fs / xfs / xfs_inode.h
index 39ef9c36ea55802fbe4dbd3efa114acbccdbcea2..3b544db1790b1508d87e8db827d908fe8a7cd318 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 */