Re: [PATCH 2/2] hfsplus: add printk to log allocation failure in hfs_find_init()

2013-04-07 Thread Vyacheslav Dubeyko
On Sun, 2013-04-07 at 15:00 -0700, Joe Perches wrote: > On Mon, 2013-04-08 at 01:21 +0400, Alexey Khoroshilov wrote: > > Add printk to log allocation failure in hfs_find_init(), > > "so that there is a sign in dmesg when the error condition is triggered". > > (per Hin-Tak Leung request) > > Not ne

Re: [PATCH 2/2] hfsplus: add printk to log allocation failure in hfs_find_init()

2013-04-07 Thread Joe Perches
On Mon, 2013-04-08 at 01:21 +0400, Alexey Khoroshilov wrote: > Add printk to log allocation failure in hfs_find_init(), > "so that there is a sign in dmesg when the error condition is triggered". > (per Hin-Tak Leung request) Not needed. There already is a generic dump_stack on all allocation fai

[PATCH 2/2] hfsplus: add printk to log allocation failure in hfs_find_init()

2013-04-07 Thread Alexey Khoroshilov
Add printk to log allocation failure in hfs_find_init(), "so that there is a sign in dmesg when the error condition is triggered". (per Hin-Tak Leung request) Signed-off-by: Alexey Khoroshilov --- fs/hfsplus/bfind.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/hfs