summaryrefslogtreecommitdiff
path: root/fs/aufs/vdir.c
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-27 13:37:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-27 13:37:40 -0300
commitbadc0e42604c4465facd81d2323e98b3b1eb9188 (patch)
treee61811e7ddf70517f4b546d522ba3b630b38f50f /fs/aufs/vdir.c
parentf19866e5cb04f8f007cb422132ea4611cdacc8e3 (diff)
Linux-libre 4.2.4-gnupck-4.2.4-gnu
Diffstat (limited to 'fs/aufs/vdir.c')
-rw-r--r--fs/aufs/vdir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/aufs/vdir.c b/fs/aufs/vdir.c
index c3f6a74a1..db81f49dd 100644
--- a/fs/aufs/vdir.c
+++ b/fs/aufs/vdir.c
@@ -40,7 +40,7 @@ static unsigned char *last_deblk(struct au_vdir *vdir)
/* ---------------------------------------------------------------------- */
-/* estimate the apropriate size for name hash table */
+/* estimate the appropriate size for name hash table */
unsigned int au_rdhash_est(loff_t sz)
{
unsigned int n;
@@ -366,7 +366,7 @@ static struct au_vdir *alloc_vdir(struct file *file)
vdir->vd_deblk_sz = au_sbi(sb)->si_rdblk;
if (!vdir->vd_deblk_sz) {
- /* estimate the apropriate size for deblk */
+ /* estimate the appropriate size for deblk */
vdir->vd_deblk_sz = au_dir_size(file, /*dentry*/NULL);
/* pr_info("vd_deblk_sz %u\n", vdir->vd_deblk_sz); */
}