[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2017-07-06 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2017-07-06 Thread Achim Schreiber
fs: overlay: fix compile error when CONFIG_OVERLAY_FS_V1 is not set

Fixes Ubuntu Launchpad Bug #1493839

Added necessary #ifdef around undeclared ovl_v1_fs_type
according to CodingStyle lines 910-915

Signed-off-by: Achim Schreiber 


** Attachment added: "patch_launchpad_bug_1493839"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+attachment/4910248/+files/patch_launchpad_bug_1493839

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2016-03-10 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-16.02 => ubuntu-16.03

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2016-02-01 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-16.01 => ubuntu-16.02

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2016-01-19 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-15.12 => ubuntu-16.01

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2015-12-07 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-15.11 => ubuntu-15.12

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2015-11-03 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-15.10 => ubuntu-15.11

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1493839] Re: overlayfs: disabling V1 support leads to compile failure

2015-10-04 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
Milestone: ubuntu-15.09 => ubuntu-15.10

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1493839

Title:
  overlayfs: disabling  V1 support leads to compile failure

Status in linux package in Ubuntu:
  Triaged

Bug description:
  "CONFIG_OVERLAY_FS_V1 is not set":

  fs/overlayfs/super.c: In function 'ovl_init': 

  fs/overlayfs/super.c:1213:30: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  fs/overlayfs/super.c:1213:30: note: each undeclared identifier is 
reported only once for each function it appears in  
  fs/overlayfs/super.c: In function 'ovl_exit': 

  fs/overlayfs/super.c:1226:26: error: 'ovl_v1_fs_type' undeclared (first 
use in this function) 
  scripts/Makefile.build:258: recipe for target 'fs/overlayfs/super.o' 
failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1493839/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp