diff options
Diffstat (limited to 'e2fsprogs/ext2fs/valid_blk.c')
-rw-r--r-- | e2fsprogs/ext2fs/valid_blk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/valid_blk.c b/e2fsprogs/ext2fs/valid_blk.c index 29ff27a7c..d0367e71c 100644 --- a/e2fsprogs/ext2fs/valid_blk.c +++ b/e2fsprogs/ext2fs/valid_blk.c | |||
@@ -2,12 +2,12 @@ | |||
2 | * valid_blk.c --- does the inode have valid blocks? | 2 | * valid_blk.c --- does the inode have valid blocks? |
3 | * | 3 | * |
4 | * Copyright 1997 by Theodore Ts'o | 4 | * Copyright 1997 by Theodore Ts'o |
5 | * | 5 | * |
6 | * %Begin-Header% | 6 | * %Begin-Header% |
7 | * This file may be redistributed under the terms of the GNU Public | 7 | * This file may be redistributed under the terms of the GNU Public |
8 | * License. | 8 | * License. |
9 | * %End-Header% | 9 | * %End-Header% |
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <stdio.h> | 13 | #include <stdio.h> |
@@ -33,7 +33,7 @@ int ext2fs_inode_has_valid_blocks(struct ext2_inode *inode) | |||
33 | if (!LINUX_S_ISDIR(inode->i_mode) && !LINUX_S_ISREG(inode->i_mode) && | 33 | if (!LINUX_S_ISDIR(inode->i_mode) && !LINUX_S_ISREG(inode->i_mode) && |
34 | !LINUX_S_ISLNK(inode->i_mode)) | 34 | !LINUX_S_ISLNK(inode->i_mode)) |
35 | return 0; | 35 | return 0; |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * If the symbolic link is a "fast symlink", then the symlink | 38 | * If the symbolic link is a "fast symlink", then the symlink |
39 | * target is stored in the block entries. | 39 | * target is stored in the block entries. |