diff options
Diffstat (limited to 'fs/aufs/opts.c')
-rw-r--r-- | fs/aufs/opts.c | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/fs/aufs/opts.c b/fs/aufs/opts.c index fc90b657a..23a146d17 100644 --- a/fs/aufs/opts.c +++ b/fs/aufs/opts.c @@ -824,7 +824,7 @@ static int au_opts_parse_idel(struct super_block *sb, aufs_bindex_t bindex, err = -EINVAL; root = sb->s_root; aufs_read_lock(root, AuLock_FLUSH); - if (bindex < 0 || au_sbend(sb) < bindex) { + if (bindex < 0 || au_sbbot(sb) < bindex) { pr_err("out of bounds, %d\n", bindex); goto out; } @@ -880,7 +880,7 @@ static int au_opts_parse_imod(struct super_block *sb, aufs_bindex_t bindex, err = -EINVAL; root = sb->s_root; aufs_read_lock(root, AuLock_FLUSH); - if (bindex < 0 || au_sbend(sb) < bindex) { + if (bindex < 0 || au_sbbot(sb) < bindex) { pr_err("out of bounds, %d\n", bindex); goto out; } @@ -929,7 +929,7 @@ au_opts_parse_xino_itrunc_path(struct super_block *sb, substring_t args[]) { int err; - aufs_bindex_t bend, bindex; + aufs_bindex_t bbot, bindex; struct path path; struct dentry *root; @@ -942,8 +942,8 @@ au_opts_parse_xino_itrunc_path(struct super_block *sb, xino_itrunc->bindex = -1; root = sb->s_root; aufs_read_lock(root, AuLock_FLUSH); - bend = au_sbend(sb); - for (bindex = 0; bindex <= bend; bindex++) { + bbot = au_sbbot(sb); + for (bindex = 0; bindex <= bbot; bindex++) { if (au_h_dptr(root, bindex) == path.dentry) { xino_itrunc->bindex = bindex; break; @@ -1087,7 +1087,7 @@ int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts) } u.xino_itrunc->bindex = n; aufs_read_lock(root, AuLock_FLUSH); - if (n < 0 || au_sbend(sb) < n) { + if (n < 0 || au_sbbot(sb) < n) { pr_err("out of bounds, %d\n", n); aufs_read_unlock(root, !AuLock_IR); break; @@ -1465,7 +1465,7 @@ static int au_opt_br(struct super_block *sb, struct au_opt *opt, err = 0; switch (opt->type) { case Opt_append: - opt->add.bindex = au_sbend(sb) + 1; + opt->add.bindex = au_sbbot(sb) + 1; if (opt->add.bindex < 0) opt->add.bindex = 0; goto add; @@ -1513,7 +1513,7 @@ static int au_opt_xino(struct super_block *sb, struct au_opt *opt, struct au_opts *opts) { int err; - aufs_bindex_t bend, bindex; + aufs_bindex_t bbot, bindex; struct dentry *root, *parent, *h_root; err = 0; @@ -1530,8 +1530,8 @@ static int au_opt_xino(struct super_block *sb, struct au_opt *opt, /* safe d_parent access */ parent = opt->xino.file->f_path.dentry->d_parent; root = sb->s_root; - bend = au_sbend(sb); - for (bindex = 0; bindex <= bend; bindex++) { + bbot = au_sbbot(sb); + for (bindex = 0; bindex <= bbot; bindex++) { h_root = au_h_dptr(root, bindex); if (h_root == parent) { au_xino_brid_set(sb, au_sbr_id(sb, bindex)); @@ -1554,7 +1554,7 @@ int au_opts_verify(struct super_block *sb, unsigned long sb_flags, unsigned int pending) { int err, fhsm; - aufs_bindex_t bindex, bend; + aufs_bindex_t bindex, bbot; unsigned char do_plink, skip, do_free, can_no_dreval; struct au_branch *br; struct au_wbr *wbr; @@ -1590,8 +1590,8 @@ int au_opts_verify(struct super_block *sb, unsigned long sb_flags, do_plink = !!au_opt_test(sbinfo->si_mntflags, PLINK); can_no_dreval = !!au_opt_test((sbinfo->si_mntflags | pending), UDBA_NONE); - bend = au_sbend(sb); - for (bindex = 0; !err && bindex <= bend; bindex++) { + bbot = au_sbbot(sb); + for (bindex = 0; !err && bindex <= bbot; bindex++) { skip = 0; h_dir = au_h_iptr(dir, bindex); br = au_sbr(sb, bindex); @@ -1677,7 +1677,7 @@ int au_opts_verify(struct super_block *sb, unsigned long sb_flags, if (fhsm >= 2) { au_fset_si(sbinfo, FHSM); - for (bindex = bend; bindex >= 0; bindex--) { + for (bindex = bbot; bindex >= 0; bindex--) { br = au_sbr(sb, bindex); if (au_br_fhsm(br->br_perm)) { au_fhsm_set_bottom(sb, bindex); @@ -1696,7 +1696,7 @@ int au_opts_mount(struct super_block *sb, struct au_opts *opts) { int err; unsigned int tmp; - aufs_bindex_t bindex, bend; + aufs_bindex_t bindex, bbot; struct au_opt *opt; struct au_opt_xino *opt_xino, xino; struct au_sbinfo *sbinfo; @@ -1729,8 +1729,8 @@ int au_opts_mount(struct super_block *sb, struct au_opts *opts) else if (unlikely(err < 0)) goto out; - bend = au_sbend(sb); - if (unlikely(bend < 0)) { + bbot = au_sbbot(sb); + if (unlikely(bbot < 0)) { err = -EINVAL; pr_err("no branches\n"); goto out; @@ -1765,8 +1765,8 @@ int au_opts_mount(struct super_block *sb, struct au_opts *opts) tmp &= AuOptMask_UDBA; sbinfo->si_mntflags &= ~AuOptMask_UDBA; sbinfo->si_mntflags |= tmp; - bend = au_sbend(sb); - for (bindex = 0; bindex <= bend; bindex++) { + bbot = au_sbbot(sb); + for (bindex = 0; bindex <= bbot; bindex++) { br = au_sbr(sb, bindex); err = au_hnotify_reset_br(tmp, br, br->br_perm); if (unlikely(err)) |