Re: [Cluster-devel] GFS2: Move most of the remaining inode.c into ops_inode.c

2015-01-25 Thread Dan Carpenter
On Sat, Jan 24, 2015 at 08:19:47PM +, Steven Whitehouse wrote: Hi, On 24/01/15 19:45, Dan Carpenter wrote: Hello Steven Whitehouse, The [some really old patch], leads to the following static checker warning: fs/gfs2/inode.c:203 gfs2_inode_lookup() error: passing non

Re: [Cluster-devel] GFS2: Move most of the remaining inode.c into ops_inode.c

2015-01-24 Thread Steven Whitehouse
Hi, On 24/01/15 19:45, Dan Carpenter wrote: Hello Steven Whitehouse, The [some really old patch], leads to the following static checker warning: fs/gfs2/inode.c:203 gfs2_inode_lookup() error: passing non negative 13 to ERR_PTR fs/gfs2/inode.c 167

Re: [Cluster-devel] GFS2: Move most of the remaining inode.c into ops_inode.c

2015-01-24 Thread Dan Carpenter
Hello Steven Whitehouse, The [some really old patch], leads to the following static checker warning: fs/gfs2/inode.c:203 gfs2_inode_lookup() error: passing non negative 13 to ERR_PTR fs/gfs2/inode.c 167 set_bit(GIF_INVALID, ip-i_flags); 168