|
@@ -79,20 +79,6 @@ static inline struct ubifs_inode *ubifs_inode(const struct inode *inode)
|
|
|
return container_of(inode, struct ubifs_inode, vfs_inode);
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * ubifs_ro_mode - switch UBIFS to read read-only mode.
|
|
|
- * @c: UBIFS file-system description object
|
|
|
- * @err: error code which is the reason of switching to R/O mode
|
|
|
- */
|
|
|
-static inline void ubifs_ro_mode(struct ubifs_info *c, int err)
|
|
|
-{
|
|
|
- if (!c->ro_media) {
|
|
|
- c->ro_media = 1;
|
|
|
- ubifs_warn("switched to read-only mode, error %d", err);
|
|
|
- dbg_dump_stack();
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* ubifs_compr_present - check if compressor was compiled in.
|
|
|
* @compr_type: compressor type to check
|