diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
| -rw-r--r-- | fs/xfs/xfs_alloc.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index d12bbedf6fe..545a6c4c236 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c @@ -465,14 +465,14 @@ xfs_agfl_verify(  #endif  } -static void +void  xfs_agfl_write_verify(  	struct xfs_buf	*bp)  {  	xfs_agfl_verify(bp);  } -void +static void  xfs_agfl_read_verify(  	struct xfs_buf	*bp)  { @@ -2181,14 +2181,14 @@ xfs_agf_verify(  	}  } -static void +void  xfs_agf_write_verify(  	struct xfs_buf	*bp)  {  	xfs_agf_verify(bp);  } -void +static void  xfs_agf_read_verify(  	struct xfs_buf	*bp)  {  |