Merge remote-tracking branch 'rockchip/for-next'
[deliverable/linux.git] / fs / xfs / libxfs / xfs_da_format.h
index 685f23b670568ea3df1f2944d70ac6e3ea2cc238..9a492a9e19bd0af9e52532ebb99ca7ec114b2f5d 100644 (file)
@@ -629,6 +629,7 @@ typedef struct xfs_attr_shortform {
        struct xfs_attr_sf_hdr {        /* constant-structure header block */
                __be16  totsize;        /* total bytes in shortform list */
                __u8    count;  /* count of active entries */
+               __u8    padding;
        } hdr;
        struct xfs_attr_sf_entry {
                __uint8_t namelen;      /* actual length of name (no NULL) */
This page took 0.024148 seconds and 5 git commands to generate.