]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
GFS2: Allocate reservation during splice_write
authorBob Peterson <rpeterso@redhat.com>
Thu, 19 Feb 2015 14:02:16 +0000 (08:02 -0600)
committerBob Peterson <rpeterso@redhat.com>
Wed, 18 Mar 2015 17:42:22 +0000 (12:42 -0500)
commitf42a69fadc4b90b5d59c4672dcbe52dcd4b6a117
tree21d39dbb59bc30e69bb58911a03a956c5cb37177
parent932e468a377f62569fe3818f160fadbaef3f26bd
GFS2: Allocate reservation during splice_write

This patch adds a GFS2-specific function for splice_write which
first calls function gfs2_rs_alloc to make sure a reservation
structure has been allocated before attempting to reserve blocks.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/file.c