commit | 6a6375db13703b42dd51b28576d444bb73c541b9 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <[email protected]> | Tue Apr 29 01:02:12 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Apr 29 08:06:20 2008 -0700 |
tree | 87ad672479234d5c6773b1f22522dd2eda244c30 | |
parent | 79da3664f61640057041bf172b1457e2d1969330 [diff] |
sysvipc: use non-racy method for proc entries creation Use proc_create_data() to make sure that ->proc_fops and ->data be setup before gluing PDE to main tree. Signed-off-by: Denis V. Lunev <[email protected]> Cc: Alexey Dobriyan <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: Nadia Derbey <[email protected]> Cc: Pierre Peiffer <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>