| commit | 6daa8a9c5a0979fe16684151058a9a81a0671e06 | [log] [tgz] |
|---|---|---|
| author | Jeff Mahoney <jeffm@suse.com> | Thu Mar 13 17:08:43 2014 -0400 |
| committer | Jeff Mahoney <jeffm@suse.com> | Thu Mar 13 17:42:58 2014 -0400 |
| tree | 2105b246605d42658351edac79f024d0315951fd | |
| parent | 9b52a79ba23f92ae76297ab812b9eeaf9b6607bb [diff] |
reiserfscore: constify struct pointer arguments There are many cases where functions take pointers to keys, item heads, paths, etc and don't modify them. Let's annotate them properly. Signed-off-by: Jeff Mahoney <jeffm@suse.com>