Skip to content

Commit c67235d

Browse files
mirimmadkleikamp
authored andcommitted
FS: JFS: (trivial) Fix grammatical error in extAlloc
There is a grammatical error in one the commnents in extAlloc function. Signed-off-by: Immad Mir <mirimmad17@gmail.com> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
1 parent cade539 commit c67235d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/jfs/jfs_extent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)
166166
/*
167167
* COMMIT_SyncList flags an anonymous tlock on page that is on
168168
* sync list.
169-
* We need to commit the inode to get the page written disk.
169+
* We need to commit the inode to get the page written to the disk.
170170
*/
171171
if (test_and_clear_cflag(COMMIT_Synclist,ip))
172172
jfs_commit_inode(ip, 0);

0 commit comments

Comments
 (0)