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" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: John Garry <john.g.garry@oracle.com> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
1 parent 1eadb15 commit a570bad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)