diff options
author | David S. Miller <davem@davemloft.net> | 2015-03-03 21:16:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-03 21:16:48 -0500 |
commit | 71a83a6db6138b9d41d8a0b6b91cb59f6dc4742c (patch) | |
tree | f74b6e4e48257ec6ce40b95645ecb8533b9cc1f8 /fs/xfs/xfs_iops.h | |
parent | b97526f3ff95f92b107f0fb52cbb8627e395429b (diff) | |
parent | a6c5170d1edea97c538c81e377e56c7b5c5b7e63 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/ethernet/rocker/rocker.c
The rocker commit was two overlapping changes, one to rename
the ->vport member to ->pport, and another making the bitmask
expression use '1ULL' instead of plain '1'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/xfs/xfs_iops.h')
-rw-r--r-- | fs/xfs/xfs_iops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_iops.h b/fs/xfs/xfs_iops.h index 1c34e4335920..ea7a98e9cb70 100644 --- a/fs/xfs/xfs_iops.h +++ b/fs/xfs/xfs_iops.h | |||
@@ -32,6 +32,7 @@ extern void xfs_setup_inode(struct xfs_inode *); | |||
32 | */ | 32 | */ |
33 | #define XFS_ATTR_NOACL 0x01 /* Don't call posix_acl_chmod */ | 33 | #define XFS_ATTR_NOACL 0x01 /* Don't call posix_acl_chmod */ |
34 | 34 | ||
35 | extern void xfs_setattr_time(struct xfs_inode *ip, struct iattr *iattr); | ||
35 | extern int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, | 36 | extern int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, |
36 | int flags); | 37 | int flags); |
37 | extern int xfs_setattr_size(struct xfs_inode *ip, struct iattr *vap); | 38 | extern int xfs_setattr_size(struct xfs_inode *ip, struct iattr *vap); |