]> Pileus Git - ~andy/linux/blobdiff - fs/adfs/adfs.h
adfs: fix E+/F+ dir size > 2048 crashing kernel
[~andy/linux] / fs / adfs / adfs.h
index 2ff622f6f547f5f01d661150e7e41939aa029cc3..58588ddb178ce272f06f4bf328f7e1539fb279f6 100644 (file)
@@ -79,6 +79,10 @@ struct adfs_dir {
 
        int                     nr_buffers;
        struct buffer_head      *bh[4];
+
+       /* big directories need allocated buffers */
+       struct buffer_head      **bh_fplus;
+
        unsigned int            pos;
        unsigned int            parent_id;