aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-06-27 16:13:02 +1000
committerNathan Scott <nathans@sgi.com>2006-06-27 16:13:02 +1000
commitebe1090549a7821faac09c467fc80b2245d0d30e (patch)
tree6f4d98a818840dacead704a7390975a41b25a9c7 /fs
parent[XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back -- (diff)
downloadlinux-dev-ebe1090549a7821faac09c467fc80b2245d0d30e.tar.xz
linux-dev-ebe1090549a7821faac09c467fc80b2245d0d30e.zip
[XFS] Remove a couple of no-longer-used macros.
SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26339a Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/linux-2.6/xfs_linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h
index aa26ab906c88..028eb17ec2ed 100644
--- a/fs/xfs/linux-2.6/xfs_linux.h
+++ b/fs/xfs/linux-2.6/xfs_linux.h
@@ -140,9 +140,7 @@ BUFFER_FNS(PrivateStart, unwritten);
#define current_pid() (current->pid)
#define current_fsuid(cred) (current->fsuid)
#define current_fsgid(cred) (current->fsgid)
-#define current_set_flags(f) (current->flags |= (f))
#define current_test_flags(f) (current->flags & (f))
-#define current_clear_flags(f) (current->flags & ~(f))
#define current_set_flags_nested(sp, f) \
(*(sp) = current->flags, current->flags |= (f))
#define current_clear_flags_nested(sp, f) \