diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /include/linux/fs.h | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 339e73742e73..13dab191a23e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -403,7 +403,7 @@ struct address_space { | |||
403 | unsigned long flags; /* error bits */ | 403 | unsigned long flags; /* error bits */ |
404 | spinlock_t private_lock; /* for use by the address_space */ | 404 | spinlock_t private_lock; /* for use by the address_space */ |
405 | gfp_t gfp_mask; /* implicit gfp mask for allocations */ | 405 | gfp_t gfp_mask; /* implicit gfp mask for allocations */ |
406 | struct list_head private_list; /* ditto */ | 406 | struct list_head private_list; /* for use by the address_space */ |
407 | void *private_data; /* ditto */ | 407 | void *private_data; /* ditto */ |
408 | errseq_t wb_err; | 408 | errseq_t wb_err; |
409 | } __attribute__((aligned(sizeof(long)))) __randomize_layout; | 409 | } __attribute__((aligned(sizeof(long)))) __randomize_layout; |