Li Zefan 3c65e8743b JFS: diAlloc() should return -EIO rather than EIO
The comment above the function says one of its return value is -EIO,
and also the caller of diAlloc() checks for -EIO:

struct inode *ialloc(struct inode *parent, umode_t mode)
{
	...
	rc = diAlloc(parent, S_ISDIR(mode), inode);
	if (rc) {
		jfs_warn("ialloc: diAlloc returned %d!", rc);
		if (rc == -EIO)
			make_bad_inode(inode);
	...

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
2008-05-28 08:58:56 -05:00
..
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2008-05-13 08:22:10 -05:00
2008-05-13 08:22:10 -05:00
2008-02-13 15:34:20 -06:00
2008-03-05 14:38:22 -06:00
2006-10-02 09:55:27 -05:00
2007-04-26 07:30:29 -05:00
2008-05-13 08:22:10 -05:00
2008-05-13 08:22:10 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2008-05-13 08:22:10 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2006-10-02 09:55:27 -05:00
2008-05-13 08:22:10 -05:00
2006-02-09 09:09:16 -06:00