~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to tests/kernel/inode-race-stat/test.c

  • Committer: Tyler Hicks
  • Date: 2013-10-27 16:52:03 UTC
  • Revision ID: tyhicks@canonical.com-20131027165203-k0jxwinj10gzfluz
Fix 'unused variable' warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
{
108
108
        for (;;) {
109
109
                int n;
110
 
                int ret;
111
110
                char cmd[32];
112
111
 
113
112
                if ((n = read(fdin, cmd, sizeof(cmd))) < 1) {