Denis Cheng 43a33c53cc [GFS2] re-support special inode
a previous commit removed call to
init_special_inode from inode lookuping, this cause problems as:

 # mknod /mnt/gfs2/dev/null c 1 3
 # cat /mnt/gfs2/dev/null
 cat: /mnt/gfs2/dev/null: Invalid argument

without special inode, GFS2 cannot support char device file,
block device file, fifo pipe, and socket file, lose many important
features as a common file system.

this one line patch re add special inode support.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2008-03-31 10:41:22 +01:00
..
2006-11-30 10:37:32 -05:00
2008-03-31 10:41:14 +01:00
2008-01-25 08:08:25 +00:00
2008-01-25 08:07:56 +00:00
2008-01-25 08:07:56 +00:00
2008-03-31 10:41:14 +01:00
2007-07-09 08:22:24 +01:00
2008-01-25 08:08:13 +00:00
2007-10-10 08:55:03 +01:00
2008-03-31 10:41:22 +01:00
2008-03-31 10:39:54 +01:00
2008-01-25 08:07:56 +00:00
2008-03-31 10:40:05 +01:00
2008-03-31 10:39:54 +01:00
2008-01-25 08:19:51 +00:00
2007-10-10 08:55:34 +01:00
2008-03-31 10:41:20 +01:00
2008-03-31 10:41:20 +01:00
2008-03-31 10:41:14 +01:00
2008-03-31 10:40:34 +01:00
2006-09-05 10:39:21 -04:00