NFS: Always initialise fattr->label in nfs_fattr_alloc()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 4 Nov 2021 22:03:26 +0000 (18:03 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 5 Nov 2021 18:54:38 +0000 (14:54 -0400)
commitd4a95a7e5a4d3b68b26f70668cf77324a11b5718
tree12090884de9446c035b4b6aa7c05e8bc23c7f07c
parentaa97a3ef15c303697ca58340938a5c385be00cf7
NFS: Always initialise fattr->label in nfs_fattr_alloc()

We're about to add a check in nfs_free_fattr() for whether or not the
label is non-zero.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/inode.c