2007-02-16 16:42:09

by Mockern

[permalink] [raw]
Subject: S_NORMAL_ACTIVE, S_CLOSING

Hello,

In which header I can find S_NORMAL_ACTIVE and S_CLOSING?

Thank you


2007-02-16 17:28:42

by Randy Dunlap

[permalink] [raw]
Subject: Re: S_NORMAL_ACTIVE, S_CLOSING

On Fri, 16 Feb 2007 19:41:54 +0300 (MSK) Mockern wrote:

> Hello,
>
> In which header I can find S_NORMAL_ACTIVE and S_CLOSING?
>
> Thank you


cd top_of_linux_source_tree
find . -name \*\.h | xargs grep -w S_CLOSING

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***