Re: [PATCH] Btrfs: disk-io: replace root args iff only fs_info used

2014-11-21 Thread Daniel Dressler
arder to review. Daniel 2014-11-22 1:15 GMT+09:00 David Sterba : > On Fri, Nov 21, 2014 at 05:15:07PM +0900, Daniel Dressler wrote: >> This is the 3rd independent patch of a larger >> project to cleanup btrfs's internal usage of >> btrfs_root. Many functions take btrf

Re: [PATCH] Btrfs: ctree: reduce args where only fs_info used

2014-11-21 Thread Daniel Dressler
Wed, Nov 12, 2014 at 01:43:09PM +0900, Daniel Dressler wrote: >> This patch is part of a larger project to cleanup >> btrfs's internal usage of struct btrfs_root. Many >> functions take btrfs_root only to grab a pointer >> to fs_info. > > Thanks for picking

[PATCH] Btrfs: disk-io: replace root args iff only fs_info used

2014-11-21 Thread Daniel Dressler
n 1 and 34 functions apiece. Each patch covers a single file's functions. This patch affects the following function(s): 1) csum_tree_block 2) csum_dirty_buffer 3) check_tree_block_fsid 4) btrfs_find_tree_block 5) clean_tree_block Signed-off-by: Daniel Dressler --- fs/btrfs/ctr

[PATCH] Btrfs: delayed-inode: replace root args iff only fs_info used

2014-11-17 Thread Daniel Dressler
n 1 and 34 functions apiece. Each patch covers a single file's functions. This patch affects the following function(s): 1) btrfs_wq_run_delayed_node Signed-off-by: Daniel Dressler --- fs/btrfs/delayed-inode.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/f

[PATCH v2] Btrfs: qgroup: add BUILD_BUG to report pointer cast breakage

2014-11-12 Thread Daniel Dressler
marks this issue on the TODO list so it may be addressed before such an upgrade. Signed-off-by: Daniel Dressler --- fs/btrfs/qgroup.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index 48b60db..a9a4cab 100644 --- a/fs/btrfs

Re: [PATCH] Btrfs: qgroup: add BUILD_BUG to report pointer cast breakage

2014-11-12 Thread Daniel Dressler
I am very very sorry, I forgot to even test building. Please pretend this patch was never submitted. Daniel 2014-11-13 0:00 GMT+09:00 Daniel Dressler : > Our ulist data structure stores at max 64bit > values. qgroup has used this structure to store > pointers. In the future when we u

[PATCH] Btrfs: qgroup: add BUILD_BUG to report pointer cast breakage

2014-11-12 Thread Daniel Dressler
marks this issue on the TODO list so it may be addressed before such an upgrade. Signed-off-by: Daniel Dressler --- fs/btrfs/qgroup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index 48b60db..87f7c98 100644 --- a/fs/btrfs/qgroup.c +++ b/fs/btrfs

[PATCH] Btrfs: ctree: reduce args where only fs_info used

2014-11-11 Thread Daniel Dressler
tions: 1) fixup_low_keys 2) btrfs_set_item_key_safe Signed-off-by: Daniel Dressler --- fs/btrfs/ctree.c | 27 +++ fs/btrfs/ctree.h | 3 ++- fs/btrfs/file-item.c | 2 +- fs/btrfs/file.c | 8 4 files changed, 22 insertions(+), 18 deletions(-)

Re: [PATCH 1/1] Input: xpad - update docs to reflect current state

2014-11-10 Thread Daniel Dressler
since mapping for both could make a confusion in some games. > > If you need the axis to be buttons, you can set as a option while > loading the module. > > > > > 2014-11-10 6:06 GMT-02:00 Daniel Dressler : >> Thanks Jon >> >> I've sent a second versio

Re: [PATCH 1/1] Input: xpad - update docs to reflect current state

2014-11-10 Thread Daniel Dressler
com/torvalds/linux/commit/99de0912b when t [1]: https://wiki.archlinux.org/index.php/joystick#Xbox_360_controllers Daniel 2014-11-08 3:48 GMT+09:00 Jonathan Corbet : > On Mon, 3 Nov 2014 17:53:06 +0900 > Daniel Dressler wrote: > >> The last time this documentation was accurate wa

[PATCH] Input: xpad - update docs to reflect current state

2014-11-09 Thread Daniel Dressler
That change has been pulled out of this documentation update patch. Signed-off-by: Daniel Dressler --- Documentation/input/xpad.txt | 123 +-- 1 file changed, 83 insertions(+), 40 deletions(-) diff --git a/Documentation/input/xpad.txt b/Documentation/input

[PATCH] Staging: rtl8192e: Fix segfault upon alloc failure

2014-11-05 Thread Daniel Dressler
checked the return value. Reported-by: RUC_Soft_Sec Signed-off-by: Daniel Dressler --- drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c b/drivers/staging/rtl8192e/rtl8192e

[PATCH 1/1] Input: xpad - update docs to reflect current state

2014-11-03 Thread Daniel Dressler
rs to. It also expands certain sections to address the latest versions of Xbox controllers. Thus this documentation should now be useful to end users and not contain out-right untruths. Signed-off-by: Daniel Dressler --- Documentation/input/xpad.txt

[PATCH] staging: android: binder: Fix 10 overlong lines

2014-05-31 Thread Daniel Dressler
o maintain consistancy this patch uses method #1. If method #1 is not acceptable please do not hesitate to say so. Signed-off-by: Daniel Dressler --- drivers/staging/android/binder.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/drivers/staging/androi

Re: [PATCH] Staging: android: binder: Fix over-80-char lines

2014-05-31 Thread Daniel Dressler
14-05-31 0:51 GMT-06:00 Dan Carpenter : > What Neil said. > > On Fri, May 30, 2014 at 10:31:20PM -0600, Daniel Dressler wrote: >> From: danieru > > This is wrong and we also get your name and email address from the > email headers so leave this line out. > >> >&g

[PATCH] Staging: android: binder: Fix over-80-char lines

2014-05-30 Thread Daniel Dressler
the file's issues. There is one change to take notice of: it merges two if statement's conditionals together. Then it removes a redundant else clause. Signed-off-by: Daniel Dressler --- drivers/staging/android/binder.c | 89 1 file changed,