From: Javier Martinez Canillas Date: Fri, 25 Jun 2010 04:40:48 +0000 (-0400) Subject: Staging: spectra: remove non existing blk_fs_request wrapper X-Git-Tag: v2.6.36-rc1~520^2~1^2~310 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeba34d97a2e391f85b30c88ba8d4b0f51f9f8c3;p=pandora-kernel.git Staging: spectra: remove non existing blk_fs_request wrapper The spectra driver doesn't compile with today linux-next The problem is that it tries to use a blk_fs_request macro. Searching for this macro I saw that it used to exist in linux/blkdev.h as #define blk_fs_request(rq) ((rq)->cmd_type == REQ_TYPE_FS) This patch solves the issue eliminating the unnecessary (and now inexistent) wrapper Signed-off-by: Javier Martinez Canillas Acked-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed