Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Immad Mir and committed by
Dave Kleikamp
c67235d0 cade5397

+1 -1
+1 -1
fs/jfs/jfs_extent.c
··· 166 166 /* 167 167 * COMMIT_SyncList flags an anonymous tlock on page that is on 168 168 * 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. 170 170 */ 171 171 if (test_and_clear_cflag(COMMIT_Synclist,ip)) 172 172 jfs_commit_inode(ip, 0);