Skip to content

Commit a570bad

Browse files
johnpgarryDarrick J. Wong
authored andcommitted
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]>
1 parent 1eadb15 commit a570bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/read_write.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,3 +1848,4 @@ int generic_atomic_write_valid(struct kiocb *iocb, struct iov_iter *iter)
18481848

18491849
return 0;
18501850
}
1851+
EXPORT_SYMBOL_GPL(generic_atomic_write_valid);

0 commit comments

Comments
 (0)