This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, for-linus has been updated
a5a7bbc xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not
set
597a67e Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
0320937 xfs: fix misspelled S_IS...()
abbede1 xfs: get rid of open-coded S_ISREG(), etc.
from 510792ee29770a38dd409bf2b469ade2fea9eb52 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a5a7bbcc0137e5cdad21cce0962f6be0b7ecf173
Author: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
Date: Tue Jul 26 11:15:20 2011 +0200
xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set
commit 4e34e719e45, that takes the ACL checks to common code,
accidentely broke the build when CONFIG_FS_POSIX_ACL is not set:
CC fs/xfs/linux-2.6/xfs_iops.o
fs/xfs/linux-2.6/xfs_iops.c:1025:14: error: â??xfs_get_aclâ?? undeclared
here (not in a function)
Fix this by declaring xfs_get_acl a static inline function.
Signed-off-by: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
Signed-off-by: Alex Elder <aelder@xxxxxxx>
commit 597a67e0ba758e3d2239c81fbb648c6e69ec30a2
Merge: 28890d3598c352ae065b560e0fded3e79c800ba1
510792ee29770a38dd409bf2b469ade2fea9eb52
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Wed Jul 27 13:41:51 2011 -0700
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs:
xfs: optimize the negative xattr caching
xfs: prevent against ioend livelocks in xfs_file_fsync
xfs: flag all buffers as metadata
xfs: encapsulate a block of debug code
commit 03209378b4b25775bf5e6a86e86f074a1057a439
Author: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Date: Mon Jul 25 20:54:24 2011 -0400
xfs: fix misspelled S_IS...()
mode_t is not a bitmap...
Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
commit abbede1b3a680e108d61aaa415ce5153296e775d
Author: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Date: Tue Jul 26 02:31:30 2011 -0400
xfs: get rid of open-coded S_ISREG(), etc.
Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/linux-2.6/xfs_ioctl.c | 6 +++---
fs/xfs/xfs_acl.h | 5 ++++-
fs/xfs/xfs_bmap.c | 7 +++----
fs/xfs/xfs_dir2.c | 16 ++++++++--------
fs/xfs/xfs_filestream.c | 14 +++++++-------
fs/xfs/xfs_inode.c | 16 ++++++++--------
fs/xfs/xfs_inode.h | 2 +-
fs/xfs/xfs_log_recover.c | 4 ++--
fs/xfs/xfs_mount.c | 2 +-
fs/xfs/xfs_rename.c | 4 ++--
fs/xfs/xfs_vnodeops.c | 10 +++++-----
11 files changed, 44 insertions(+), 42 deletions(-)
hooks/post-receive
--
XFS development tree
|