projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cade539
)
FS: JFS: (trivial) Fix grammatical error in extAlloc
author
Immad Mir
<mirimmad17@gmail.com>
Wed, 28 Jun 2023 07:44:21 +0000
(13:14 +0530)
committer
Dave Kleikamp
<dave.kleikamp@oracle.com>
Tue, 18 Jul 2023 19:48:31 +0000
(14:48 -0500)
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>
fs/jfs/jfs_extent.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/jfs/jfs_extent.c
b/fs/jfs/jfs_extent.c
index ae99a7e232eebd1c06aaaf4e8bc9d9ef3f9c95ec..adaa9ad50d4c8e38e1299296c398f176a9c5471d 100644
(file)
--- a/
fs/jfs/jfs_extent.c
+++ b/
fs/jfs/jfs_extent.c
@@
-166,7
+166,7
@@
extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)
/*
* COMMIT_SyncList flags an anonymous tlock on page that is on
* sync list.
- * We need to commit the inode to get the page written disk.
+ * We need to commit the inode to get the page written
to the
disk.
*/
if (test_and_clear_cflag(COMMIT_Synclist,ip))
jfs_commit_inode(ip, 0);