git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
btrfs: use narrower type for btrfs_transaction::num_dirty_bgs
[sfrench/cifs-2.6.git]
/
fs
/
btrfs
/
transaction.h
diff --git
a/fs/btrfs/transaction.h
b/fs/btrfs/transaction.h
index edf53112a6f209c0a0fc4669debcd53c82428f2e..1805fd101767f5b23fea54258de9ff2ca2ae0149 100644
(file)
--- a/
fs/btrfs/transaction.h
+++ b/
fs/btrfs/transaction.h
@@
-70,7
+70,7
@@
struct btrfs_transaction {
struct list_head dirty_bgs;
struct list_head io_bgs;
struct list_head dropped_roots;
- u
64
num_dirty_bgs;
+ u
nsigned int
num_dirty_bgs;
/*
* we need to make sure block group deletion doesn't race with