aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs_struct.c
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-05-29 01:02:56 -0400
committerDavid S. Miller <davem@davemloft.net>2013-05-31 20:31:52 -0400
commit6d7581e62f8be462440d7b22c6361f7c9fa4902b (patch)
tree0f85824301b8a252ffe5a4e88288191c46cd98b2 /fs/fs_struct.c
parente4e8536f65b51ce91c30588b0925872bdfc60d03 (diff)
list: introduce list_first_entry_or_null
non-rcu variant of list_first_or_null_rcu Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/fs_struct.c')
0 files changed, 0 insertions, 0 deletions
17e461baeebee5df7'>4abdc6ee7c47
2a2ca6a96194
201bffa46466
4abdc6ee7c47
4abdc6ee7c47

b65fac32cfe3
201bffa46466
b65fac32cfe3
201bffa46466
853280a4dc8e

4abdc6ee7c47

b65fac32cfe3
4abdc6ee7c47





















7eaceaccab5f
4abdc6ee7c47




c4e66c36cce3

22aa4b32a19b

c4e66c36cce3
22aa4b32a19b
c4e66c36cce3







60f85019c6c8

c4e66c36cce3


d364c7f50b3b
0dfb991c6943

22aa4b32a19b
22aa4b32a19b

c4e66c36cce3

4abdc6ee7c47



b65fac32cfe3
4abdc6ee7c47





b65fac32cfe3
4abdc6ee7c47





b65fac32cfe3
4abdc6ee7c47











79c8fa0b6bfa



4abdc6ee7c47




























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151