From 96bcad506457cfa0c26680446eedefb616c6b079 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 18 Jun 2015 16:45:01 +0200 Subject: [PATCH] nfsd: fput rd_file from XDR encode context Remove the hack where we fput the read-specific file in generic code. Instead we can do it in nfsd4_encode_read as that gets called for all error cases as well. Signed-off-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-format-patch failed