diff options
-rw-r--r-- | fs/xfs/xfs_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index d97e8cb99a59..49fc9aca92d5 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -370,7 +370,7 @@ xfs_file_dio_aio_read( | |||
370 | return ret; | 370 | return ret; |
371 | } | 371 | } |
372 | 372 | ||
373 | STATIC ssize_t | 373 | static noinline ssize_t |
374 | xfs_file_dax_read( | 374 | xfs_file_dax_read( |
375 | struct kiocb *iocb, | 375 | struct kiocb *iocb, |
376 | struct iov_iter *to) | 376 | struct iov_iter *to) |
@@ -875,7 +875,7 @@ out: | |||
875 | return ret; | 875 | return ret; |
876 | } | 876 | } |
877 | 877 | ||
878 | STATIC ssize_t | 878 | static noinline ssize_t |
879 | xfs_file_dax_write( | 879 | xfs_file_dax_write( |
880 | struct kiocb *iocb, | 880 | struct kiocb *iocb, |
881 | struct iov_iter *from) | 881 | struct iov_iter *from) |