projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98ad43b
)
btrfs: fix minor typo in comment
author
Nathaniel Yazdani
<n1ght.4nd.d4y@gmail.com>
Mon, 15 Apr 2013 00:44:02 +0000
(
00:44
+0000)
committer
Josef Bacik
<jbacik@fusionio.com>
Mon, 6 May 2013 19:54:49 +0000
(15:54 -0400)
In the comment describing the sync_writers field of the btrfs_inode
struct, "fsyncing" was misspelled "fsycing."
Signed-off-by: Nathaniel Yazdani <n1ght.4nd.d4y@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/btrfs_inode.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/btrfs_inode.h
b/fs/btrfs/btrfs_inode.h
index d9b97d4960e654754c3e976c101618d8fc5668b0..08b286b2a2c59c78aa7a5497fe51e4da24e192c1 100644
(file)
--- a/
fs/btrfs/btrfs_inode.h
+++ b/
fs/btrfs/btrfs_inode.h
@@
-93,7
+93,7
@@
struct btrfs_inode {
unsigned long runtime_flags;
- /* Keep track of who's O_SYNC/fsycing currently */
+ /* Keep track of who's O_SYNC/fsy
n
cing currently */
atomic_t sync_writers;
/* full 64 bit generation number, struct vfs_inode doesn't have a big