Re: [PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()

2013-07-09 Thread Gu Zheng
On 07/10/2013 06:11 AM, Joel Becker wrote: > On Mon, Jul 08, 2013 at 03:52:53PM +0800, Gu Zheng wrote: >> Add the missing NULL check of the return value of find_or_create_page() in >> function ocfs2_duplicate_clusters_by_page(). >> >> Signed-off-by: Gu Zheng >> --- >> fs/ocfs2/refcounttree.c |

Re: [PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()

2013-07-09 Thread Joel Becker
On Mon, Jul 08, 2013 at 03:52:53PM +0800, Gu Zheng wrote: > Add the missing NULL check of the return value of find_or_create_page() in > function ocfs2_duplicate_clusters_by_page(). > > Signed-off-by: Gu Zheng > --- > fs/ocfs2/refcounttree.c |6 +- > 1 files changed, 5 insertions(+), 1

Re: [PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()

2013-07-09 Thread Joel Becker
On Mon, Jul 08, 2013 at 03:52:53PM +0800, Gu Zheng wrote: Add the missing NULL check of the return value of find_or_create_page() in function ocfs2_duplicate_clusters_by_page(). Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- fs/ocfs2/refcounttree.c |6 +- 1 files changed, 5

Re: [PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()

2013-07-09 Thread Gu Zheng
On 07/10/2013 06:11 AM, Joel Becker wrote: On Mon, Jul 08, 2013 at 03:52:53PM +0800, Gu Zheng wrote: Add the missing NULL check of the return value of find_or_create_page() in function ocfs2_duplicate_clusters_by_page(). Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com ---

[PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()

2013-07-08 Thread Gu Zheng
Add the missing NULL check of the return value of find_or_create_page() in function ocfs2_duplicate_clusters_by_page(). Signed-off-by: Gu Zheng --- fs/ocfs2/refcounttree.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/fs/ocfs2/refcounttree.c

[PATCH] ocfs2/refcounttree: add the missing NULL check of the return value of find_or_create_page()

2013-07-08 Thread Gu Zheng
Add the missing NULL check of the return value of find_or_create_page() in function ocfs2_duplicate_clusters_by_page(). Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- fs/ocfs2/refcounttree.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git