]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Fix warning for using 0 as NULL
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 12 Jan 2017 15:39:18 +0000 (15:39 +0000)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 30 Jan 2017 18:14:51 +0000 (13:14 -0500)
commitfde64bae650cad5b92b81089e36669b3bf25c50e
treefcc94c0ebe44fb6779c10312d1041d59d37c6fe1
parent552e5280d2b28c4a7f1c6e50f674efce1ec9f2e0
NFSv4: Fix warning for using 0 as NULL

Fixes the following sparse warning:

fs/nfs/nfs4state.c:862:60: warning: Using plain integer as NULL pointer

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4state.c