Eric W. Biederman wrote: > There is a long standing ugliness with /proc/<pid>/stat, > /proc/<pid>/statm, and /proc/<pid>/status that they do not > use the seqfile API. > > In addition they are currently reporting pids in the pid namespace > of the current task instead of the pid namespace with which proc > was mounted which is confusing.
100% agree with that. Thanks for fixing this issue :) Acked-by: Pavel Emelyanov <[EMAIL PROTECTED]> > This patch series first build the infrastructure to allow these > problems to be fixed and then it converts the individual proc > status files. > > Eric > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

