xfs: remove unused tr_swrite
tr_swrite is never used, remove it.
From a very quick look, I think the usage of it (and its ancestor
XFS_SWRITE_LOG_RES) went away in commit 13e6d5cd
"xfs: merge fsync
and O_SYNC handling" back in 2009.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:

committed by
Dave Chinner

parent
70bbca0776
commit
c19ec23535
@@ -42,7 +42,6 @@ struct xfs_trans_resv {
|
||||
struct xfs_trans_res tr_ifree; /* inode free trans */
|
||||
struct xfs_trans_res tr_ichange; /* inode update trans */
|
||||
struct xfs_trans_res tr_growdata; /* fs data section grow trans */
|
||||
struct xfs_trans_res tr_swrite; /* sync write inode trans */
|
||||
struct xfs_trans_res tr_addafork; /* add inode attr fork trans */
|
||||
struct xfs_trans_res tr_writeid; /* write setuid/setgid file */
|
||||
struct xfs_trans_res tr_attrinval; /* attr fork buffer
|
||||
|
Reference in New Issue
Block a user