projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
addc3fa
)
Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie
author
Miao Xie
<miaox@cn.fujitsu.com>
Thu, 24 Jul 2014 03:37:12 +0000
(11:37 +0800)
committer
Chris Mason
<clm@fb.com>
Wed, 17 Sep 2014 20:37:48 +0000
(13:37 -0700)
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/volumes.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/volumes.h
b/fs/btrfs/volumes.h
index 0defd232e29057f0304d6b294a8eccc6290ba6f4..90d4fa80bd58c0ff4c14baf079bcabdb422cce31 100644
(file)
--- a/
fs/btrfs/volumes.h
+++ b/
fs/btrfs/volumes.h
@@
-64,10
+64,10
@@
struct btrfs_device {
/* the internal btrfs device id */
u64 devid;
- /* size of the device */
+ /* size of the device
in memory
*/
u64 total_bytes;
- /* size of the disk */
+ /* size of the d
evice on d
isk */
u64 disk_total_bytes;
/* bytes used */