On Friday, September 09, 2005 15:02:56 +0100 "Murray, WJ (Bill)" <[EMAIL PROTECTED]> wrote:

Should this not be:

# ifdef AFS_LINUX26_ENV
# ifdef CONFIG_PM
# ifdef LINUX_REFRIGERATOR_TAKES_PF_FREEZE
        if (current->flags & PF_FREEZE)
            refrigerator(PF_FREEZE);
# else
        if (current->flags)
            refrigerator();
# endif
# endif
# endif

No, definitely not. The test is correct as written; your change would make it do something else entirely.

-- Jeffrey T. Hutzelman (N3NHS) <[EMAIL PROTECTED]>
  Sr. Research Systems Programmer
  School of Computer Science - Research Computing Facility
  Carnegie Mellon University - Pittsburgh, PA

_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to