commit | f42a69fadc4b90b5d59c4672dcbe52dcd4b6a117 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Feb 19 08:02:16 2015 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Wed Mar 18 12:42:22 2015 -0500 |
tree | 21d39dbb59bc30e69bb58911a03a956c5cb37177 | |
parent | 932e468a377f62569fe3818f160fadbaef3f26bd [diff] |
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>