オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/fs/ccs_common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 741 by kumaneko, Sat Dec 1 15:14:21 2007 UTC revision 742 by kumaneko, Sat Dec 1 15:15:52 2007 UTC
# Line 1273  int CheckSupervisor(const char *fmt, ... Line 1273  int CheckSupervisor(const char *fmt, ...
1273          static unsigned int serial = 0;          static unsigned int serial = 0;
1274          struct query_entry *query_entry;          struct query_entry *query_entry;
1275          if (!CheckCCSFlags(CCS_ALLOW_ENFORCE_GRACE) || !atomic_read(&queryd_watcher)) {          if (!CheckCCSFlags(CCS_ALLOW_ENFORCE_GRACE) || !atomic_read(&queryd_watcher)) {
1276  #ifndef ALT_EXEC  #ifdef ALT_EXEC
1277                  if ((current->tomoyo_flags & CCS_DONT_SLEEP_ON_ENFORCE_ERROR) == 0) {                  if ((current->tomoyo_flags & CCS_DONT_SLEEP_ON_ENFORCE_ERROR) == 0) {
1278                          int i;                          int i;
1279                          for (i = 0; i < CheckCCSFlags(CCS_SLEEP_PERIOD); i++) {                          for (i = 0; i < CheckCCSFlags(CCS_SLEEP_PERIOD); i++) {

Legend:
Removed from v.741  
changed lines
  Added in v.742

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26