|
@@ -105,9 +105,6 @@ nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
|
|
|
if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
|
|
|
return NULL;
|
|
|
|
|
|
- if (NFS_SERVER(dir)->nfs_client->cl_minorversion < 2)
|
|
|
- return NULL;
|
|
|
-
|
|
|
err = security_dentry_init_security(dentry, sattr->ia_mode,
|
|
|
&dentry->d_name, (void **)&label->label, &label->len);
|
|
|
if (err == 0)
|