Revert "Introduce vnode op supports_operation(), fix devfs_io()"

This reverts commit 98a5231fe5.
This commit is contained in:
Ingo Weinhold
2013-07-27 23:31:23 +02:00
parent a2cc70e464
commit 5163e1c62d
4 changed files with 49 additions and 105 deletions
-9
View File
@@ -45,11 +45,6 @@ struct file_io_vec {
#define B_VNODE_DONT_CREATE_SPECIAL_SUB_NODE 0x02
enum BVnodeOperation {
B_VNODE_OPERATION_IO = 0
};
#ifdef __cplusplus
extern "C" {
#endif
@@ -255,10 +250,6 @@ struct fs_vnode_ops {
const struct flock* lock, bool wait);
status_t (*release_lock)(fs_volume* volume, fs_vnode* vnode, void* cookie,
const struct flock* lock);
/* supported vnode operations info */
bool (*supports_operation)(fs_volume* volume, fs_vnode* vnode,
enum BVnodeOperation operation);
};
struct file_system_module_info {