summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_alloc.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-06-11 02:47:07 +0000
committerpfg <pfg@FreeBSD.org>2013-06-11 02:47:07 +0000
commitadb723b809da7355f9454de9c2982bfbddfefd07 (patch)
treef7d0bc88a9be4963cf072ff82f5213dea2fd8389 /sys/fs/ext2fs/ext2_alloc.c
parent7a0e9421a54ec4426b1be06e7fecc54f3de73a8b (diff)
downloadFreeBSD-src-adb723b809da7355f9454de9c2982bfbddfefd07.zip
FreeBSD-src-adb723b809da7355f9454de9c2982bfbddfefd07.tar.gz
s/file system/filesystem/g
Based on r96755 from UFS. MFC after: 3 days
Diffstat (limited to 'sys/fs/ext2fs/ext2_alloc.c')
-rw-r--r--sys/fs/ext2fs/ext2_alloc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/fs/ext2fs/ext2_alloc.c b/sys/fs/ext2fs/ext2_alloc.c
index fb94c20..633ac28 100644
--- a/sys/fs/ext2fs/ext2_alloc.c
+++ b/sys/fs/ext2fs/ext2_alloc.c
@@ -63,7 +63,7 @@ static daddr_t ext2_nodealloccg(struct inode *, int, daddr_t, int);
static daddr_t ext2_mapsearch(struct m_ext2fs *, char *, daddr_t);
/*
- * Allocate a block in the file system.
+ * Allocate a block in the filesystem.
*
* A preference may be optionally specified. If a preference is given
* the following hierarchy is used to allocate a block:
@@ -125,8 +125,8 @@ ext2_alloc(struct inode *ip, int32_t lbn, int32_t bpref, int size,
}
nospace:
EXT2_UNLOCK(ump);
- ext2_fserr(fs, cred->cr_uid, "file system full");
- uprintf("\n%s: write failed, file system is full\n", fs->e2fs_fsmnt);
+ ext2_fserr(fs, cred->cr_uid, "filesystem full");
+ uprintf("\n%s: write failed, filesystem is full\n", fs->e2fs_fsmnt);
return (ENOSPC);
}
@@ -338,7 +338,7 @@ fail:
}
/*
- * Allocate an inode in the file system.
+ * Allocate an inode in the filesystem.
*
*/
int
@@ -1083,7 +1083,7 @@ ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref)
}
/*
- * Fserr prints the name of a file system with an error diagnostic.
+ * Fserr prints the name of a filesystem with an error diagnostic.
*
* The form of the error message is:
* fs: error message
OpenPOWER on IntegriCloud