Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90c0af05 authored by Jan Kara's avatar Jan Kara
Browse files

nfsd: Use lowercase names of quota functions



Use lowercase names of quota functions instead of old uppercase ones.

CC: bfields@fieldses.org
CC: neilb@suse.de
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent c94d2a22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap,
			put_write_access(inode);
			goto out_nfserr;
		}
		DQUOT_INIT(inode);
		vfs_dq_init(inode);
	}

	/* sanitize the mode change */
@@ -723,7 +723,7 @@ nfsd_open(struct svc_rqst *rqstp, struct svc_fh *fhp, int type,
		else
			flags = O_WRONLY|O_LARGEFILE;

		DQUOT_INIT(inode);
		vfs_dq_init(inode);
	}
	*filp = dentry_open(dget(dentry), mntget(fhp->fh_export->ex_path.mnt),
			    flags, cred);