From: Al Viro Date: Sun, 30 Nov 2008 06:33:57 +0000 (-0500) Subject: [PATCH] fix bogus argument of blkdev_put() in pktcdvd X-Git-Tag: v2.6.28-rc8~52^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cbed8906fd1f3c6cc17cdf8aac1bfad2da7960c;p=pandora-kernel.git [PATCH] fix bogus argument of blkdev_put() in pktcdvd final close of ->bdev should match the initial open, i.e. get FMODE_READ | FMODE_NDELAY; FMODE_READ|FMODE_WRITE has been a braino. Signed-off-by: Al Viro --- Reading git-diff-tree failed