mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
linux: module/zfs: vnops: make null_xattr static
Reviewed-by: Alejandro Colomar <alx.manpages@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13110
This commit is contained in:
parent
7901b62685
commit
51c747de43
@ -918,7 +918,7 @@ out:
|
||||
* ip - ctime (if nlink > 0)
|
||||
*/
|
||||
|
||||
uint64_t null_xattr = 0;
|
||||
static uint64_t null_xattr = 0;
|
||||
|
||||
/*ARGSUSED*/
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user