Changeset 2504 for trunk


Ignore:
Timestamp:
Feb 1, 2014, 8:29:50 PM (10 years ago)
Author:
andersk
Message:
OpenAFS: Apply upstream patch for getcwd() ENOENT bug (Scripts #387)

This patch from http://gerrit.openafs.org/10774 seems to fix our
problem with getcwd() occasionally getting stuck returning ENOENT.

Location:
trunk/server
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/openafs.spec.patch

    r2448 r2504  
    1010 %{!?fedorakmod: %define fedorakmod 1}
    1111 %{!?build_dkmspkg: %define build_dkmspkg 1}
    12 @@ -249,9 +249,15 @@
     12@@ -249,9 +249,16 @@
    1313 %if %{build_modules}
    1414 BuildRequires: kernel-devel
     
    2121+Patch1002: openafs-systemd-crond.patch
    2222+Patch1003: openafs-systemd-csdb.patch
     23+Patch1004: openafs-d_drop.patch
    2324+%define _default_patch_fuzz 2
    2425+
     
    9192 %else
    9293 
    93 @@ -698,6 +711,11 @@
     94@@ -698,6 +711,12 @@
    9495 #%setup -q -n %{srcdir}
    9596 %setup -q -b 1 -n %{srcdir}
     
    99100+%patch1002 -p1 -b .systemd-crond
    100101+%patch1003 -p1 -b .systemd-csdb
     102+%patch1004 -p1 -b .d_drop
    101103+
    102104 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.