Re: [PATCH 1/1 linux-next] udf: remove bool assignment to 0/1

2015-02-05 Thread Jan Kara
On Wed 04-02-15 18:26:27, Fabian Frederick wrote: > Fix the following coccinelle warnings: > > fs/udf/inode.c:753:2-13: WARNING: Assignment of bool to 0/1 > fs/udf/inode.c:795:2-13: WARNING: Assignment of bool to 0/1 Thanks for the fix. Patch merged.

Re: [PATCH 1/1 linux-next] udf: remove bool assignment to 0/1

2015-02-05 Thread Jan Kara
On Wed 04-02-15 18:26:27, Fabian Frederick wrote: Fix the following coccinelle warnings: fs/udf/inode.c:753:2-13: WARNING: Assignment of bool to 0/1 fs/udf/inode.c:795:2-13: WARNING: Assignment of bool to 0/1 Thanks for the fix. Patch merged.

[PATCH 1/1 linux-next] udf: remove bool assignment to 0/1

2015-02-04 Thread Fabian Frederick
Fix the following coccinelle warnings: fs/udf/inode.c:753:2-13: WARNING: Assignment of bool to 0/1 fs/udf/inode.c:795:2-13: WARNING: Assignment of bool to 0/1 Signed-off-by: Fabian Frederick --- fs/udf/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 1/1 linux-next] udf: remove bool assignment to 0/1

2015-02-04 Thread Fabian Frederick
Fix the following coccinelle warnings: fs/udf/inode.c:753:2-13: WARNING: Assignment of bool to 0/1 fs/udf/inode.c:795:2-13: WARNING: Assignment of bool to 0/1 Signed-off-by: Fabian Frederick f...@skynet.be --- fs/udf/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git