Commit cdf5c9d1 authored by Jiangshan Yi's avatar Jiangshan Yi Committed by Miklos Szeredi

ovl: fix comment typos

Fix two typos.
Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarJiangshan Yi <yijiangshan@kylinos.cn>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 73db6a06
...@@ -339,7 +339,7 @@ static struct dentry *ovl_obtain_alias(struct super_block *sb, ...@@ -339,7 +339,7 @@ static struct dentry *ovl_obtain_alias(struct super_block *sb,
return dentry; return dentry;
} }
/* Get the upper or lower dentry in stach whose on layer @idx */ /* Get the upper or lower dentry in stack whose on layer @idx */
static struct dentry *ovl_dentry_real_at(struct dentry *dentry, int idx) static struct dentry *ovl_dentry_real_at(struct dentry *dentry, int idx)
{ {
struct ovl_entry *oe = dentry->d_fsdata; struct ovl_entry *oe = dentry->d_fsdata;
......
...@@ -34,7 +34,7 @@ static char ovl_whatisit(struct inode *inode, struct inode *realinode) ...@@ -34,7 +34,7 @@ static char ovl_whatisit(struct inode *inode, struct inode *realinode)
return 'm'; return 'm';
} }
/* No atime modificaton nor notify on underlying */ /* No atime modification nor notify on underlying */
#define OVL_OPEN_FLAGS (O_NOATIME | FMODE_NONOTIFY) #define OVL_OPEN_FLAGS (O_NOATIME | FMODE_NONOTIFY)
static struct file *ovl_open_realfile(const struct file *file, static struct file *ovl_open_realfile(const struct file *file,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment