diff options
author | Li Zefan <[email protected]> | 2008-02-23 15:24:13 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-02-23 17:13:25 -0800 |
commit | 7fde4c3eb7ee68828d76a2148ed6d70b6a794add (patch) | |
tree | de983bf2234e050cb22eb653ab9e363186d9acc7 /net/unix/sysctl_net_unix.c | |
parent | 2324c5dd47233859cd7ba6272d0601f26ce60dcd (diff) |
memcgroup: remove a useless VM_BUG_ON()
Remove this VM_BUG_ON(), as Balbir stated:
We used to have a for loop with !list_empty() as a termination condition
and VM_BUG_ON(!pc) is a spill over. With the new loop, VM_BUG_ON(!pc) does
not make sense.
Signed-off-by: Li Zefan <[email protected]>
Acked-by: Balbir Singh <[email protected]>
Acked-by: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions