From: Jan Blunck Date: Fri, 15 Feb 2008 03:34:28 +0000 (-0800) Subject: Dont touch fs_struct in drivers X-Git-Tag: v2.6.25-rc2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d63e4f9ea61df1d727bd52a174aba732e6e1853;p=pandora-kernel.git Dont touch fs_struct in drivers The sound drivers and the pnpbios core test for current->root != NULL. This test seems to be unnecessary since we always have rootfs mounted before initializing the drivers. Signed-off-by: Jan Blunck Acked-by: Christoph Hellwig Cc: Bjorn Helgaas Cc: Jaroslav Kysela Acked-by: Takashi Iwai Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed