diff options
Diffstat (limited to 'fs/nfs/blocklayout/blocklayout.c')
-rw-r--r-- | fs/nfs/blocklayout/blocklayout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/blocklayout/blocklayout.c b/fs/nfs/blocklayout/blocklayout.c index 8c29a189f09b..d096835cfd6b 100644 --- a/fs/nfs/blocklayout/blocklayout.c +++ b/fs/nfs/blocklayout/blocklayout.c | |||
@@ -155,6 +155,8 @@ static void | |||
155 | bl_encode_layoutcommit(struct pnfs_layout_hdr *lo, struct xdr_stream *xdr, | 155 | bl_encode_layoutcommit(struct pnfs_layout_hdr *lo, struct xdr_stream *xdr, |
156 | const struct nfs4_layoutcommit_args *arg) | 156 | const struct nfs4_layoutcommit_args *arg) |
157 | { | 157 | { |
158 | dprintk("%s enter\n", __func__); | ||
159 | encode_pnfs_block_layoutupdate(BLK_LO2EXT(lo), xdr, arg); | ||
158 | } | 160 | } |
159 | 161 | ||
160 | static void | 162 | static void |