Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105875
b: refs/heads/master
c: cf6ae8b
h: refs/heads/master
i:
  105873: 3720a34
  105871: ad26958
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 25, 2008
1 parent 5286cd8 commit e888d0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7557bc66be629d19a402e752673708bfbb8b5e86
refs/heads/master: cf6ae8b50e0ee3f764392dadd1970e3f03c40773
1 change: 0 additions & 1 deletion trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ unifdef-y += connector.h
unifdef-y += cuda.h
unifdef-y += cyclades.h
unifdef-y += dccp.h
unifdef-y += dirent.h
unifdef-y += dlm.h
unifdef-y += dlm_plock.h
unifdef-y += edd.h
Expand Down
20 changes: 0 additions & 20 deletions trunk/include/linux/dirent.h
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
#ifndef _LINUX_DIRENT_H
#define _LINUX_DIRENT_H

struct dirent {
long d_ino;
__kernel_off_t d_off;
unsigned short d_reclen;
char d_name[256]; /* We must not include limits.h! */
};

struct dirent64 {
__u64 d_ino;
__s64 d_off;
unsigned short d_reclen;
unsigned char d_type;
char d_name[256];
};

#ifdef __KERNEL__

struct linux_dirent64 {
u64 d_ino;
s64 d_off;
Expand All @@ -26,7 +9,4 @@ struct linux_dirent64 {
char d_name[0];
};

#endif /* __KERNEL__ */


#endif

0 comments on commit e888d0b

Please sign in to comment.