From: Joern Engel Date: Mon, 22 May 2006 21:17:23 +0000 (+0200) Subject: [MTD] Use single flag to mark writeable devices. X-Git-Tag: v2.6.18-rc1~1105^2~61^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca9ed5db3aea8d27989c239e8a2f79b839f1e99;p=pandora-kernel.git [MTD] Use single flag to mark writeable devices. Two flags exist to decide whether a device is writeable or not. None of those two flags is checked for independently, so they are clearly redundant, if not an invitation to bugs. This patch removed both of them, replacing them with a single new flag. Signed-off-by: Joern Engel --- Reading git-diff-tree failed