aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_file.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-04 14:53:30 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-04 14:53:30 -0400
commitdd538c832aaf8e35c46c98a825fa9dacee3cf226 (patch)
tree5b52ba595c0cfd7f802ff7b9d8bca080cbe1526c /fs/gfs2/ops_file.c
parent38c60ef228596c8e331437ea9287ce035706b107 (diff)
[GFS2] Spelling sentinal -> sentinel
A spelling mistake (one of mine). Cc: Jan Engelhardt <jengelh@linux01.gwdg.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_file.c')
-rw-r--r--fs/gfs2/ops_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c
index f5ddd496d3e..9dcf72aa9f6 100644
--- a/fs/gfs2/ops_file.c
+++ b/fs/gfs2/ops_file.c
@@ -79,7 +79,7 @@ struct filldir_reg {
* any other part of this. Its use is purely as a flag so that we
* know (in readpage()) whether or not do to locking.
*/
-struct file gfs2_internal_file_sentinal = {
+struct file gfs2_internal_file_sentinel = {
.f_flags = O_NOATIME|O_RDONLY,
};
@@ -112,7 +112,7 @@ int gfs2_internal_read(struct gfs2_inode *ip, struct file_ra_state *ra_state,
desc.count = size;
desc.error = 0;
do_generic_mapping_read(inode->i_mapping, ra_state,
- &gfs2_internal_file_sentinal, pos, &desc,
+ &gfs2_internal_file_sentinel, pos, &desc,
gfs2_read_actor);
return desc.written ? desc.written : desc.error;
}