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

Commit 1e95e9a0 authored by Al Viro's avatar Al Viro
Browse files

qstr: constify instances in lustre



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 185de68f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -783,7 +783,7 @@ static int sa_args_init(struct inode *dir, struct inode *child,
			struct ll_sa_entry *entry, struct md_enqueue_info **pmi,
			struct ldlm_enqueue_info **pei)
{
	struct qstr	      *qstr = &entry->se_qstr;
	const struct qstr      *qstr = &entry->se_qstr;
	struct ll_inode_info     *lli  = ll_i2info(dir);
	struct md_enqueue_info   *minfo;
	struct ldlm_enqueue_info *einfo;
@@ -1342,7 +1342,7 @@ enum {
static int is_first_dirent(struct inode *dir, struct dentry *dentry)
{
	struct ll_dir_chain   chain;
	struct qstr	  *target = &dentry->d_name;
	const struct qstr  *target = &dentry->d_name;
	struct page	  *page;
	__u64		 pos    = 0;
	int		   dot_de;