Skip to content

Commit 2b5fdee

Browse files
delete error code which is not defined in linux kernel source and nerver use (#2144)
Signed-off-by: Donjuanplatinum <donplat@barrensea.org>
1 parent 66ddcba commit 2b5fdee

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

kernel/crates/another_ext4/src/error.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ pub enum ErrCode {
5353
ENODATA = 61,
5454
/// Not supported.
5555
ENOTSUP = 95,
56-
/// Link failed.
57-
ELINKFAIL = 97,
58-
/// Inode alloc failed.
59-
EALLOCFAIL = 98,
6056
}
6157

6258
/// error used in this crate

0 commit comments

Comments
 (0)