| commit | 21ac295b42b8bdc3d677aba6bd7308a38de28a9b | [log] [tgz] |
|---|---|---|
| author | Denis V. Lunev <[email protected]> | Tue Apr 29 01:02:07 2008 -0700 |
| committer | Linus Torvalds <[email protected]> | Tue Apr 29 08:06:20 2008 -0700 |
| tree | 61aa04e715d16f490b073b8271c0a5906ceab857 | |
| parent | 34b37235c60fd23e4075da475c7bb22e6c7a466e [diff] |
afs: use non-racy method for proc entries creation Use proc_create()/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]> Acked-by: David Howells <[email protected]> Cc: Alexey Dobriyan <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>