nfsd: Add DEALLOCATE support

DEALLOCATE only returns a status value, meaning we can use the noop()
xdr encoder to reply to the client.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Šī revīzija ir iekļauta:
Anna Schumaker
2014-11-07 14:44:27 -05:00
revīziju iesūtīja J. Bruce Fields
vecāks 95d871f03c
revīzija b0cb908523
3 mainīti faili ar 17 papildinājumiem un 1 dzēšanām

Parādīt failu

@@ -494,6 +494,7 @@ struct nfsd4_op {
/* NFSv4.2 */
struct nfsd4_fallocate allocate;
struct nfsd4_fallocate deallocate;
struct nfsd4_seek seek;
} u;
struct nfs4_replay * replay;