Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next

This commit is contained in:
Al Viro 2016-03-18 16:07:38 -04:00
commit 8b23a8ce10
33 changed files with 488 additions and 465 deletions

View file

@ -304,4 +304,7 @@ struct fsxattr {
#define SYNC_FILE_RANGE_WRITE 2
#define SYNC_FILE_RANGE_WAIT_AFTER 4
/* flags for preadv2/pwritev2: */
#define RWF_HIPRI 0x00000001 /* high priority request, poll if possible */
#endif /* _UAPI_LINUX_FS_H */