diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2005-03-31 06:25:26 -0800 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2005-03-31 06:25:26 -0800 |
| commit | 28a60e50ba50594a870e47784cf845142c5ed661 (patch) | |
| tree | 5a35896439bcef5c6c43a504c273bcf6d1842618 /include/linux/fs.h | |
| parent | 1f2ad0e4a5499c03409dda5980a7c1bc48ac6aaa (diff) | |
[NET]: Remove i_sock
Remove i_sock from struct inode. Also remove some checks for SOCKET_I()
returning NULL -- it can never return NULL for a valid inode.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 723f41b51ced..5df687d940fa 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -445,7 +445,6 @@ struct inode { unsigned long i_version; unsigned long i_blocks; unsigned short i_bytes; - unsigned char i_sock; spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */ struct semaphore i_sem; struct rw_semaphore i_alloc_sem; |
