# Simple Jobs There are a large number of things that "it would be good to have" in the [[OpenAFS]] code base, that no one has had enough time to actually do. All of the tasks on this list should be relatively straightforward - and not require a significant amount of time to actually acheive. They should make a great starting point for people wanting to get more involved in [[OpenAFS]] development. If you're thinking of working on one of these, please email the contact just to let them know you're doing so, and to avoid duplication of effort! ## The List ###### Implement silly rename for afs renames We have silly rename support for situations where an file which is open is removed by another process. However, we do not have similar support for where an open file has another file renamed on top of it. This breaks the 'blogbench' benchmarking suite, as well as being a generally bad thing. Fixing this is basically a case of replicating the code in afs\_remove that handles silly renames. This is also a bug in RT - see , and the mailing list thread at Contact: Simon Wilkinson <simon@sxw.org.uk> -- [[SimonWilkinson]] - 22 Oct 2009