From: Denis Cheng Date: Tue, 26 Feb 2008 07:25:04 +0000 (+0800) Subject: [GFS2] re-support special inode X-Git-Tag: v2.6.26-rc1~1144^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a33c53cc9131a537522ab9736c6e4c03ddf57a;p=pandora-kernel.git [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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed