summaryrefslogtreecommitdiff
path: root/fs/pnode.h
diff options
context:
space:
mode:
authorKaixu Xia <kaixuxia@tencent.com>2020-04-22 21:54:29 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-05-04 09:03:14 -0700
commitea1c90403d5d38bd26c4c5a72627a8f0f87295ff (patch)
treef169dee353fa92c6770e24e54f8a4709936d6f5f /fs/pnode.h
parentfb353ff19d34e9b0ee8ba2b25d78aeab0436f479 (diff)
downloadlinux-ea1c90403d5d38bd26c4c5a72627a8f0f87295ff.tar.gz
linux-ea1c90403d5d38bd26c4c5a72627a8f0f87295ff.tar.bz2
linux-ea1c90403d5d38bd26c4c5a72627a8f0f87295ff.zip
xfs: remove unnecessary variable udqp from xfs_ioctl_setattr
The initial value of variable udqp is NULL, and we only set the flag XFS_QMOPT_PQUOTA in xfs_qm_vop_dqalloc() function, so only the pdqp value is initialized and the udqp value is still NULL. Since the udqp value is NULL in the rest part of xfs_ioctl_setattr() function, it is meaningless and do nothing. So remove it from xfs_ioctl_setattr(). Signed-off-by: Kaixu Xia <kaixuxia@tencent.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/pnode.h')
0 files changed, 0 insertions, 0 deletions