aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-13UBIFS: fix error return in failure modeAdrian Hunter1-3/+4
UBIFS recovery testing debug facility simulates media failures. When simulating an IO error, the error code returned must be -EIO but it was not always if the user switched off the debug recovery testing option at the same time. Signed-off-by: Adrian Hunter <[email protected]>
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+2289
This is a new flash file system. See http://www.linux-mtd.infradead.org/doc/ubifs.html Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: Adrian Hunter <[email protected]>