aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Garry <[email protected]>2024-11-04 16:14:02 -0800
committerDarrick J. Wong <[email protected]>2024-11-04 16:14:02 -0800
commita570bad16b9f5252db2f342622bd71febb39a19c (patch)
treecf9cdc9f5b76005bb78bd17fd82be70433fd51e4
parent1eadb157947163ca72ba8963b915fdc099ce6cca (diff)
fs: Export generic_atomic_write_valid()
The XFS code will need this. Reviewed-by: "Darrick J. Wong" <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: John Garry <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
-rw-r--r--fs/read_write.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/read_write.c b/fs/read_write.c
index befec0b5c537..3e5dad12a5b4 100644
--- a/fs/read_write.c
+++ b/fs/read_write.c
@@ -1848,3 +1848,4 @@ int generic_atomic_write_valid(struct kiocb *iocb, struct iov_iter *iter)
return 0;
}
+EXPORT_SYMBOL_GPL(generic_atomic_write_valid);